{
  "name": "bankcardinfo",
  "version": "2.0.6",
  "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": "navyxie2010@gmail.com"
    }
  ],
  "directories": {}
}
