-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 785 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 785 Bytes
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
{
"name": "speedstack",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.12.x",
"npm": "2.7.x"
},
"dependencies": {
"axis": "^0.3.2",
"coffee-script": "^1.9.1",
"csso": "^1.3.11",
"gulp-watch": "^4.2.4",
"jade": "~1.9.2",
"nib": "^1.1.0",
"requirejs": "^2.1.17",
"underscore": "^1.8.2"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.9.0",
"gulp-newer": "^0.5.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-stylus": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-wrap-amd": "~0.5.0"
}
}