-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 963 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": "h2geo-presets",
"version": "0.2.0",
"description": "A list of community presets to detail specific data types for mapping parties",
"main": "index.js",
"dependencies": {
"fs-extra": "^5.0.0",
"js-yaml": "^3.6.1",
"jsonschema": "^1.1.0",
"md5": "^2.2.1",
"rmdir-recursive": "0.0.1",
"xml2js": "^0.4.17"
},
"scripts": {
"start": "node index",
"test": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jawg/h2geo-presets.git"
},
"keywords": [
"openstreetmap",
"h2geo",
"preset",
"presets",
"data",
"types",
"taginfo",
"mapping"
],
"author": "Loic Ortola",
"license": "BSD-3-Clause-Clear",
"bugs": {
"url": "https://github.com/jawg/h2geo-presets/issues"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^5.0.5"
},
"homepage": "https://github.com/jawg/h2geo-presets#readme"
}