forked from node-weixin/node-weixin-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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
{
"name": "node-weixin-user",
"version": "0.3.0",
"description": "node weixin module for use or its management",
"author": {
"name": "calidion",
"email": "[email protected]",
"url": "blog.3gcnbeta.com"
},
"repository": "node-weixin/node-weixin-user",
"license": "MIT",
"files": [
"lib",
"index.js",
"cli.js"
],
"keywords": [
"node-weixin-user",
"node",
"weixin",
"user"
],
"dependencies": {
"meow": "^3.1.0",
"node-weixin-auth": "^0.3.0",
"node-weixin-request": "^0.3.1",
"node-weixin-settings": "0.1.0",
"node-weixin-util": "^0.2.0",
"request": "^2.64.0"
},
"devDependencies": {
"node-weixin-config": "^0.2.0",
"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": "^2.0.0",
"istanbul": "^0.4.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.3.3",
"time-grunt": "^1.1.0",
"validator": "^4.1.0"
},
"scripts": {
"test": "grunt",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"bin": {
"wxuser": "cli.js"
}
}