forked from navyxie/bankcardinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "bankcardinfo",
"version": "2.0.5",
"description": "'query bankcard infomation by bankcard NO.'",
"main": "index.js",
"scripts": {
"test": "npm install && mocha test.js",
"cov": "npm install && ./node_modules/.bin/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": "https://github.com/navyxie/bankcardinfo.git"
},
"keywords": [
"bankcard",
"bankname",
"bankinfo",
"银行卡",
"银行名字",
"根据银行卡号查询银行信息",
"银行卡bin",
"查询"
],
"devDependencies": {
"mocha": "^2.2.5",
"async": "^1.5.0",
"should": "^7.0.4",
"istanbul": "^0.4.3",
"coveralls": "2.11.9"
},
"dependencies": {
"bluebird": "^3.4.1"
},
"author": {
"name": "navyxie"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/navyxie/bankcardinfo/issues"
},
"homepage": "https://github.com/navyxie/bankcardinfo",
"maintainers": [
{
"name": "navyxie",
"email": "[email protected]"
}
],
"directories": {}
}