-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
42
43
{
"name": "FirstApp",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"main": "main.js",
"dependencies": {
"angular": "^1.3.15",
"body-parser": "~1.12.0",
"bower": "^1.4.1",
"bower-logger": "^0.2.2",
"browserify": "^10.0.0",
"chalk": "^1.0.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"duplexer": "^0.1.1",
"event-stream": "^3.3.0",
"express": "~4.12.2",
"gulp-filelog": "^0.4.1",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-log": "0.0.0",
"gulp-plumber": "^1.0.0",
"jade": "~1.9.2",
"jshint-stylish": "^1.0.1",
"lazypipe": "^0.2.3",
"lodash": "^3.8.0",
"lodash-deep": "^1.6.0",
"main-bower-files": "^2.7.0",
"map-stream": "0.0.5",
"morgan": "~1.5.1",
"plumber": "^0.4.8",
"rimraf": "^2.3.3",
"serve-favicon": "~2.2.0",
"through2": "^0.6.5",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^1.0.0",
"yargs": "^3.8.0"
}
}