-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-loader": "^5.1.2",
"babel-runtime": "^5.4.3",
"backbone": "^1.2.3",
"backbone.localstorage": "^1.1.16",
"backbone.marionette": "^2.4.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-template": "^3.1.0",
"gulp-util": "^3.0.7",
"handlebars": "~3.0.0",
"injectify": "^2.1.0",
"injectify-include": "^2.0.0",
"injectify-view": "^2.2.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"regions-extras": "^2.1.2",
"run-sequence": "^1.1.5",
"through": "^2.3.8",
"webpack": "^1.12.9"
},
"devDependencies": {}
}