package.json 878 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "china-division",
  3. "version": "1.0.3",
  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. "devDependencies": {
  31. "mocha": "^3.1.0"
  32. },
  33. "license": "MIT",
  34. "bugs": {
  35. "url": "https://github.com/modood/Administrative-divisions-of-China/issues"
  36. },
  37. "homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
  38. }