package.json 813 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "china-division",
  3. "version": "1.0.0",
  4. "description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  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. "Author": {
  23. "name": "modood",
  24. "email": "modood@qq.com",
  25. "url": "https://github.com/modood"
  26. },
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/modood/Administrative-divisions-of-China/issues"
  30. },
  31. "homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
  32. }