-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 925 Bytes
/
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
{
"name": "etuan-node",
"version": "0.0.0",
"main": "server/server.js",
"scripts": {
"pretest": "jshint ."
},
"dependencies": {
"aliyun-sdk": "^1.3.5",
"body-parser": "^1.12.2",
"busboy": "^0.2.9",
"compression": "^1.0.3",
"errorhandler": "^1.1.1",
"loopback": "^2.8.0",
"loopback-boot": "^2.4.0",
"loopback-connector-mongodb": "^1.8.0",
"loopback-datasource-juggler": "^2.7.0",
"lx-pdf": "^0.1.2",
"mongodb": "^1.4.29",
"node-rsa": "^0.2.25",
"node-xlsx": "^0.5.1",
"nodemailer": "^1.4.0",
"pdfkit": "^0.7.1",
"q": "^1.4.1",
"serve-favicon": "^2.0.1",
"socket.io": "^1.3.5",
"streamifier": "^0.1.0",
"wechat-api": "1.6.0",
"wechat-crypto": "0.0.2",
"wechat-oauth": "1.0.1",
"xml2js": "0.4.5"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0"
},
"devDependencies": {
"jshint": "^2.5.6"
}
}