-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
45
46
47
48
49
50
{
"dependencies": {
"body-parser": "^1.15.2",
"connect": "^3.5.0",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"date-arithmetic": "^3.1.0",
"debug": "^2.2.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"lodash": "^4.17.19",
"morgan": "^1.7.0",
"request": "^2.76.0",
"serve-favicon": "^2.3.0",
"string-template": "^1.0.0",
"swig": "^1.4.2",
"urlencode": "^1.1.0",
"x-util": "0.0.8"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-for-compass": "0.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-inline-image": "^1.0.0",
"gulp-min": "0.0.2",
"gulp-changed": "1.3.2",
"gulp-seajs": "^0.4.2",
"gulp-seajs-combo": "",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-yuicompressor": "0.0.3",
"jquery": "^3.1.1",
"jquery-mobile": "^1.4.1",
"seajs": "^3.0.2",
"weui": "^1.0.2",
"weui-sass": "^0.4.3"
},
"engines": {
"node": ">=6.9.1"
},
"name": "wmboss",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"version": "0.0.0"
}