forked from jpush/jpush-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 842 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 842 Bytes
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": "jpush-api-nodejs-client",
"version": "0.1.0",
"description": "JPush's officially supported Node.js client library.",
"main": "index.js",
"scripts": {
"test": "mocha -t 50000 --reporter spec"
},
"keywords": [
"jpush",
"JPush API",
"push",
"极光推送"
],
"author": "jpush",
"license": "MIT",
"dependencies": {
"request": "~2.27.0",
"popularcrypto": "0.0.2"
},
"devDependencies": {
"mocha": "~1.12.1",
"should": "~1.2.2",
"faker-zh-cn": "~0.5.8",
"assert": "1.1.2"
},
"homepage": "https://www.jpush.cn/",
"repository": {
"type": "git",
"url": "git@github.com:jpush/jpush-api-nodejs-client.git"
},
"bugs": {
"url": "https://github.com/jpush/jpush-api-nodejs-client/issues"
},
"directories": {
"doc": "doc",
"test": "test"
}
}