-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 759 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 759 Bytes
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
{
"name": "city",
"description": "中国国家行政区划数据",
"version": "0.1.2",
"author": "basecss <i@basecss.net>",
"contributors": [
{
"name": "TooBug",
"email": "i@toobug.net",
"url": "http://www.toobug.net/"
}
],
"dependencies": {
"cheerio": "^0.17.0",
"commander": "~2.2.0",
"pinyin": "^2.6.2",
"restler": "^3.2.2"
},
"devDependencies": {},
"main": "index.js",
"bin": {
"city": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TooBug/city.git"
},
"keywords": [
"city",
"城市数据",
"国家行政区划数据"
],
"scripts": {
"test": "echo no test"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT"
}