-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 971 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 971 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
37
38
39
40
41
42
{
"name": "webapp-stack",
"version": "0.1.0",
"description": "Modern webapp development stack",
"main": "gulpfile.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"serve": "gulp watch"
},
"keywords": [
"Webapp",
"reactjs",
"jade",
"stylus",
"coffee-script"
],
"author": "Daniel Osorio <danosot@gmail.com>",
"license": "MIT",
"devDependencies": {
"gulp-stylus": "0.0.11",
"gulp-watch": "~0.5.0",
"gulp": "~3.5.2",
"coffee-script": "~1.7.1",
"gulp-coffee": "~1.4.0",
"gulp-jade": "~0.4.0",
"tiny-lr": "0.0.5",
"bower": "~1.2.8",
"gulp-react": "~0.1.1",
"gulp-rename": "~0.2.2",
"gulp-header": "~1.0.2",
"gulp-livereload": "~0.2.0",
"gulp-browserify": "~0.4.0",
"ecstatic": "~0.4.13",
"http": "0.0.0",
"gulp-embedlr": "~0.5.2",
"gulp-util": "~2.2.13"
},
"engines": {
"node": ">= 0.11.9"
}
}