forked from abiee/es6-marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "es6-marionette",
"version": "0.2.0",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-csso": "^2.0.0",
"gulp-define-module": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "0.3.0",
"gulp-html-replace": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"hbsfy": "^2.7.0",
"karma": "^1.1.2",
"karma-browserify": "^5.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^1.0.1",
"karma-growl": "^0.1.2",
"karma-jquery-chai": "^0.1.3",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"mocha": "^3.0.1",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.10",
"run-sequence": "^1.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"backbone.marionette": "^2.4.7",
"bootstrap": "^3.3.7",
"jquery": "^3.1.0",
"underscore": "^1.8.3"
}
}