forked from modood/Administrative-divisions-of-China
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "china-division",
"version": "1.1.0",
"description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha -t 5000",
"precommit": "npm test"
},
"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": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.13.4",
"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"
}