-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "passport-wechat-public",
"version": "0.2.0",
"description": "Passport Wechat Strategy for Official account/微信公众号",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha --report lcovonly -- -R spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenwei1202/passport-wechat-public.git"
},
"keywords": [
"passport",
"wechat",
"public"
],
"author": "vincent.wen",
"license": "MIT",
"bugs": {
"url": "https://github.com/wenwei1202/passport-wechat-public/issues"
},
"homepage": "https://github.com/wenwei1202/passport-wechat-public#readme",
"dependencies": {
"debug": "^2.2.0",
"passport-strategy": "^1.0.0",
"wechat-oauth": "^1.1.0"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-passport-strategy": "^1.0.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.2",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.2.0"
}
}