1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "china-division",
- "version": "1.0.0",
- "description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/modood/Administrative-divisions-of-China.git"
- },
- "keywords": [
- "中国",
- "行政区划",
- "省份",
- "城市",
- "区县",
- "乡镇",
- "街道"
- ],
- "Author": {
- "name": "modood",
- "email": "modood@qq.com",
- "url": "https://github.com/modood"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/modood/Administrative-divisions-of-China/issues"
- },
- "homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
- }
|