-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
44 lines (44 loc) · 931 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
{
"name": "jpush-async",
"version": "4.1.0",
"description": "JPush's officially supported Node.js client library.",
"main": "index.js",
"scripts": {
"test": "mocha -t 50000 --reporter spec",
"lint": "standard --env=mocha"
},
"engines": {
"node": ">=7.6"
},
"keywords": [
"jpush",
"JPush API",
"push",
"极光推送"
],
"author": "jpush",
"license": "MIT",
"dependencies": {
"debug": "2.6.9",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"assert": "1.1.2",
"mocha": "~1.12.1",
"should": "~1.2.2",
"standard": "^10.0.2"
},
"homepage": "https://www.jiguang.cn/",
"repository": {
"type": "git",
"url": "[email protected]:jpush/jpush-api-nodejs-client.git"
},
"bugs": {
"url": "https://github.com/jpush/jpush-api-nodejs-client/issues"
},
"directories": {
"doc": "doc",
"test": "test"
}
}