-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
45
46
47
48
{
"name": "shp",
"version": "0.0.1",
"description": "a simple frame",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"adm-zip": "^0.4.7",
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"chalk": "^1.1.1",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"lodash": "^4.5.0",
"logging": "^2.0.21",
"moment": "^2.11.2",
"morgan": "^1.6.1",
"mysql": "^2.10.2",
"node-uuid": "^1.4.7",
"request": "^2.69.0",
"semver": "^5.1.0",
"serve-favicon": "^2.3.0",
"unidecode": "^0.1.8",
"winston": "^2.2.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-obfuscate": "^0.2.9",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.3",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.1",
"merge-stream": "^1.0.0",
"should": "^8.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "W_Z_C",
"license": "MIT"
}