forked from sealtalk/sealtalk-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "sealtalk-server",
"version": "1.0.0",
"description": "SealTalk App Server powered by RongCloud.",
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/jasmine/bin/jasmine.js",
"initdb": "node sync.js --harmony"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rongcloud/sealtalk-server.git"
},
"keywords": [
"SealTalk",
"RongCloud",
"IM"
],
"author": "Ariel Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rongcloud/sealtalk-server/issues"
},
"homepage": "https://github.com/rongcloud/sealtalk-server#readme",
"dependencies": {
"body-parser": "^1.14.1",
"co": "^4.6.0",
"compression": "^1.6.0",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"express": "^4.13.3",
"jsonfile": "^2.2.3",
"lru-cache": "^4.0.1",
"moment": "^2.10.6",
"mysql": "^2.9.0",
"qiniu": "^6.1.8",
"rongcloud-sdk": "git+https://github.com/rongcloud/server-sdk-nodejs.git",
"semver": "^5.1.0",
"sequelize": "^3.8.0",
"underscore": "^1.8.3",
"xss": "^0.2.13"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"istanbul": "^0.4.0",
"jasmine": "^2.3.2",
"supertest": "^1.1.0"
}
}