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