-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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": "web_modules",
"version": "0.1.0",
"description": "Boilerplate ES6, React, Browserify project",
"scripts": {
"start": "node bootstrap.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node bin/scripts/post-install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babelify": "^5.0.4",
"browser-sync": "^2.4.0",
"browserify": "^9.0.8",
"chalk": "^1.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-eslint": "^0.7.0",
"gulp-express": "^0.3.5",
"gulp-notify": "^2.2.0",
"gulp-stylus": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"lodash": "^3.5.0",
"lost": "^5.1.6",
"nib": "^1.1.0",
"react": "^0.13.1",
"react-router": "^0.13.1",
"rimraf": "^2.3.2",
"run-sequence": "^1.0.2",
"rupture": "^0.6.1",
"typographic": "^2.9.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.1.1"
},
"dependencies": {
"babel": "^4.7.16",
"express": "^4.12.3",
"jade": "^1.9.2",
"node-jsx": "^0.12.4"
}
}