package.json 984 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "china-division",
  3. "version": "1.0.4",
  4. "description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha -t 5000"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/modood/Administrative-divisions-of-China.git"
  12. },
  13. "keywords": [
  14. "中国",
  15. "行政区划",
  16. "省市",
  17. "省市区",
  18. "联动",
  19. "省份",
  20. "城市",
  21. "区县",
  22. "乡镇",
  23. "街道"
  24. ],
  25. "Author": {
  26. "name": "modood",
  27. "email": "modood@qq.com",
  28. "url": "https://github.com/modood"
  29. },
  30. "dependencies": {
  31. "async": "^2.1.4",
  32. "bufferhelper": "^0.2.1",
  33. "iconv-lite": "^0.4.15"
  34. },
  35. "devDependencies": {
  36. "mocha": "^3.1.0"
  37. },
  38. "license": "MIT",
  39. "bugs": {
  40. "url": "https://github.com/modood/Administrative-divisions-of-China/issues"
  41. },
  42. "homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
  43. }