-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 891 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
47
48
49
{
"name": "messager",
"version": "0.0.1",
"license": "MIT",
"description": "Wechat Messager And Umeng Push Server",
"author": "Lay <veryide@qq.com>",
"files": [
"lib",
"src",
"run",
"LICENSE",
"README.md"
],
"keywords": [
"push",
"umeng",
"jpush",
"wechat",
"groups",
"moment",
"forward"
],
"main": "./lib",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsc",
"release": "npm publish --registry=https://registry.npmjs.org/"
},
"engines": {
"node": ">= 4"
},
"dependencies": {
"callback-promise-union": "^1.0.1",
"crypto": "*",
"debug": "^3.1.0",
"fast-xml-parser": "*",
"jpush-async": "^4.1.0",
"mysql": "^2.18.1",
"querystring": "^0.2.1",
"redis": "^3.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.2",
"umeng-push-server-sdk": "*",
"ws": "*",
"xml2js": "^0.6.2"
}
}