forked from node-weixin/node-weixin-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.31 KB
/
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
50
51
52
53
54
{
"name": "node-weixin-pay",
"version": "0.2.4",
"description": "Weixin Pay functions for node",
"author": {
"name": "node-weixin",
"email": "[email protected]",
"url": "blog.3gcnbeta.com"
},
"repository": "node-weixin/node-weixin-pay",
"license": "MIT",
"files": [
"index.js",
"lib",
"conf"
],
"keywords": [
"node-weixin-pay",
"weixin",
"pay"
],
"dependencies": {
"lodash": "^3.10.1",
"node-form-validator": "^0.2.0",
"node-weixin-request": "^0.3.1",
"node-weixin-util": "^0.2.0",
"web-errors": "^0.1.5",
"xml": "^1.0.0",
"xml2js": "^0.4.15"
},
"devDependencies": {
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0",
"istanbul": "^0.4.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"lodash": "^3.10.1",
"mocha": "^2.3.3",
"nock": "^2.18.2",
"node-weixin-config": "^0.0.2",
"supertest": "^1.1.0",
"time-grunt": "^1.1.0",
"validator": "^4.0.5"
},
"scripts": {
"test": "grunt",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
}
}