-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 947 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
{
"name": "wx-common",
"version": "2.2.4",
"repository": {
"type": "git",
"url": "git://github.com/hd19861028/wx-common.git"
},
"main": "common.js",
"author": {
"email": "[email protected]",
"name": "Mars Hu"
},
"scripts": {
"test": "node_modules/.bin/mocha -u tdd test/*.js",
"testcase": "node_modules/.bin/mocha -u tdd test/*.js --recursive -R doc > test/testcase.html"
},
"bin": {
"secret": "./lib/secret-cli.js"
},
"dependencies": {
"q": "1.4.1",
"crypto": "0.0.3",
"xml2js": "0.4.16",
"node-uuid": "1.4.7",
"cron": "^1.1.0",
"content-disposition": "^0.5.2",
"express": "4.13.1",
"excel-export": "^0.4.1",
"redis": "2.8.0",
"qr-image": "3.1.0"
},
"description": "",
"keywords": [
"weixin",
"common"
],
"engines": {
"node": ">=5.1.1",
"node-gyp": ">=3.0.3",
"npm": ">=3.3.12"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"co": "^4.6.0",
"mocha": "^4.0.1"
}
}