-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "KNode",
"version": "2.3.1",
"description": "",
"main": "app.js",
"dependencies": {
"babel-core": "^5.8.34",
"bluebird": "^3.3.1",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"formidable": "^1.0.17",
"install": "^0.4.1",
"jsonwebtoken": "^5.5.4",
"lodash-node": "^3.10.1",
"md5": "^2.0.0",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"npm": "^3.5.3",
"redis": "^2.4.2",
"request": "^2.69.0",
"sails-mongo": "^0.11.4",
"sails-mysql": "^0.11.0",
"sails-sqlserver": "^0.10.8",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"socket.io-emitter": "^1.0.0",
"socket.io-redis": "^1.0.0",
"stompit": "^0.22.0",
"stompjs": "^2.3.3",
"swig": "^1.4.2",
"waterline": "^0.10.26",
"wechat": "^2.0.2",
"wechat-api": "^1.16.0",
"wechat-oauth": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"es6/7",
"babel"
],
"author": "Ken",
"license": "MIT"
}