-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "kitchen",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"backbone": "^1.1.2",
"backbone.marionette": "^2.4.1",
"backbone.modal": "^1.1.5",
"browserify": "^9.0.8",
"browserify-handlebars": "^1.0.0",
"browserify-shim": "^3.8.6",
"express": "^4.12.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"handlebars": "^3.0.3",
"jquery": "^2.1.3",
"require-dir": "^0.3.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"xmltojson": "^1.1.0"
},
"engines": {
"node": "0.12.2"
},
"browserify": {
"transform": [
"browserify-handlebars"
]
}
}