-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.08 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
{
"name": "node-weixin-auth",
"version": "0.7.0",
"description": "auth module for weixin",
"homepage": "",
"author": {
"name": "calidion",
"email": "calidion@gmail.com",
"url": "calidion.github.io"
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
""
],
"devDependencies": {
"body-parser": "^1.15.0",
"eslint-config-xo-space": "^0.7.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"node-weixin-settings": "^0.2.1",
"supertest": "^2.0.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "node-weixin/node-weixin-auth",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "Apache-2.0",
"dependencies": {
"node-form-validator": "^1.1.0",
"node-weixin-request": "^0.4.0",
"node-weixin-util": "^0.3.1"
}
}