-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.18 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "administratif-indonesia",
"version": "0.2.0",
"description": "Daftar wilayah administratif Indonesia",
"license": "MIT",
"repository": "iguntur/administratif-indonesia",
"author": {
"name": "Guntur Poetra",
"email": "[email protected]",
"url": "github.com/iguntur"
},
"scripts": {
"download": "node scripts/download.js",
"convert": "node scripts/convert.js",
"build": "node scripts/build.js",
"test": "xo && nyc ava",
"test:report": "nyc report --reporter=html ava"
},
"keywords": [
"Kemendagri",
"BPS",
"Indonesia",
"administratif",
"wilayah",
"provinsi",
"kabupaten",
"kecamatan",
"kelurahan",
"desa",
"statistik",
"statistics",
"analysis",
"analisis",
"visit",
"cdn",
"database",
"frontend",
"backend",
"web",
"ui/ux",
"api",
"RESTful"
],
"files": [
"storages",
"index.js"
],
"devDependencies": {
"ava": "^0.22.0",
"del": "^3.0.0",
"find-cache-dir": "^1.0.0",
"got": "^7.1.0",
"jsdom": "^11.6.2",
"listr": "^0.12.0",
"lodash.kebabcase": "^4.1.1",
"lodash.sortby": "^4.7.0",
"nyc": "^11.2.1",
"path-ensure": "^1.1.0",
"pdf2json": "^1.1.7",
"unzip": "^0.1.11",
"xo": "^0.18.2"
}
}