area-data-vue
Version:
中国省、市、区、街道数据(含港澳台)
40 lines (39 loc) • 850 B
JSON
{
"name": "area-data-vue",
"version": "1.0.9",
"author": "jingxiangrensheng@163.com",
"description": "中国省、市、区、街道数据(含港澳台)",
"license": "MIT",
"main": "./data.js",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/liangzibo/area-data.git"
},
"bugs": {
"url": "https://github.com/liangzibo/area-data/issues"
},
"files": [
"data.js",
"package.json",
"area-vue.js",
"README.md"
],
"keywords": [
"china",
"area",
"行政区域代码",
"china area",
"picker",
"area picker",
"中国省份"
],
"devDependencies": {
"lodash": "^4.17.4"
},
"dependencies": {},
"homepage": "https://github.com/liangzibo/area-data#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}