{
  "name": "jk-cn-address",
  "version": "0.0.1",
  "description": "中华人民共和国国家标准 GB/T 2260 行政区划代码",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cn/GB2260.js.git"
  },
  "keywords": [
    "China",
    "GB"
  ],
  "author": "ZhengWenLong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cn/GB2260/issues"
  },
  "homepage": "https://github.com/cn/GB2260.js",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "generate": "node scripts/generate.js",
    "build": "node scripts/build.js",
    "start": "node test/test.js",
    "test-cov": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --bail",
    "test-lcov": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly --bail"
  }
}
