-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
46 lines (46 loc) · 961 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
40
41
42
43
44
45
46
{
"name": "rongcloud-sdk",
"version": "3.1.1",
"description": "The Server SDK of RongCloud",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "istanbul cover node_modules/jasmine/bin/jasmine.js",
"precommit": "npm run eslint"
},
"precommit": [
"npm run precommit"
],
"repository": {
"type": "git",
"url": "https://github.com/rongcloud/server-sdk-nodejs"
},
"keywords": [
"mobile",
"im",
"server",
"sdk"
],
"author": "RongCloud",
"contributors": [
{
"name": "yuhongda",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
},
"homepage": "http://rongcloud.cn",
"dependencies": {
"superagent": "^3.8.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^5.9.0",
"istanbul": "^0.4.5",
"jasmine": "^2.8.0",
"precommit": "^1.2.2"
}
}