forked from canonical/snapweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"private": true,
"aliasify": {
"aliases": {
"underscore": "lodash"
}
},
"dependencies": {
"aliasify": "~1.7.2",
"autoprefixer-core": "^5.1.11",
"backbone": "~1.1.2",
"backbone.marionette": "~2.4.1",
"backbone.radio": "^0.9.0",
"browserify": "~9.0.3",
"browserify-istanbul": "^2.0.0",
"del": "~1.1.1",
"gulp": "~3.8.11",
"gulp-concat": "~2.5.2",
"gulp-csso": "~1.0.0",
"gulp-imagemin": "~2.2.1",
"gulp-jscs": "~1.4.0",
"gulp-jshint": "~1.9.4",
"gulp-postcss": "^5.1.6",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "~1.5.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.4",
"handlebars": "~3.0.0",
"hbsfy": "~2.2.1",
"istanbul": "^0.4.3",
"jasmine-core": "~2.2.0",
"jquery": "~2.1.3",
"karma": "~0.12.31",
"karma-browserify": "~4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "~0.3.5",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~3.3.1",
"moment": "^2.10.3",
"normalize.css": "^3.0.3",
"postcss-bem-linter": "^0.6.0",
"pretty-bytes": "^2.0.1",
"vanilla-framework": "0.0.78",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.1.2"
}
}