forked from atSistemas/hybreed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Hybreed",
"version": "1.0.0",
"description": "Hybreed",
"scripts": {
"develop": "gulp develop",
"production": "gulp production",
"test": "gulp test"
},
"author": "atSistemas",
"license": "MIT",
"dependencies": {
"add-clear": "^2.0.6",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.18.0",
"babel-root-import": "^4.1.5",
"babelify": "^7.3.0",
"backbone": "^1.3.3",
"backbone.marionette": "^3.0.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"browserify-css": "^0.9.1",
"del": "^2.2.1",
"fastclick": "^1.0.6",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-mocha": "^3.0.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"ion-rangeslider": "^2.1.4",
"iscroll": "^5.2.0",
"jquery": "^3.0.0",
"mhyc": "^1.0.0",
"run-sequence": "^1.2.2",
"snapjs": "^1.2.1",
"spin": "^0.0.1",
"stringify": "^5.1.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babel-preset-es2015": "^6.18.0",
"babel-root-import": "^4.1.5",
"better-console": "^0.2.4",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp-exec": "^2.1.3",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-plato": "^1.0.2",
"isparta": "^4.0.0",
"istanbul": "^0.4.5",
"jsdom": "9.9.1",
"jsdom-global": "2.1.1",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"mocha": "^3.2.0",
"node-localstorage": "^1.3.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
[
"babel-root-import",
"transform-html-import-to-string"
]
]
}
}