-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 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
44
45
{
"name": "leeln-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"generic-pool": "^2.1.1",
"hbs": "~2.7.0",
"morgan": "~1.3.0",
"protobufjs": "^3.8.1",
"serve-favicon": "~2.1.3",
"winston": "^0.8.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-bower-files": "^0.2.7",
"gulp-cache": "^0.2.4",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.2",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.7.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.4.0",
"opn": "^1.0.0",
"wiredep": "^2.2.0",
"browser-sync": "^1.7.1"
}
}