-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
51
52
53
54
55
56
57
58
{
"name": "ECLNode",
"version": "1.0.0",
"description": "Node基础框架",
"main": "app.js",
"dependencies": {
"babel-core": "^6.9.1",
"body-parser": "^1.14.1",
// "ccap": "^0.6.10",
"co": "^4.6.0",
"compression": "^1.6.0",
"connect-multiparty": "^2.0.0",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.14.0",
"fs": "0.0.2",
"hiredis": "^0.5.0",
"json2excel": "^1.1.0",
"jwt-simple": "^0.5.0",
"lodash": "^4.15.0",
"md5": "^2.0.0",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"node-uuid": "^1.4.7",
"redis": "^2.6.2",
"sails-mongo": "^0.11.4",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"swig": "^1.4.2",
"waterline": "^0.10.26",
"wechat-api": "^1.16.0",
// "wkhtmltopdf": "^0.3.3",
// "wkhtmltox": "^1.0.7",
"xls-write": "^1.0.2",
"xlsx": "latest",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0"
},
"scripts": {
"start": "node app.js",
"build": "./node_modules/.bin/babel app -d dist/app \n./node_modules/.bin/babel framework -d dist/framework",
"test": "mocha --compilers js:babel-core/register"
},
"keywords": [
"es6/7",
"babel"
],
"author": "ZJ",
"license": "ISC"
}