-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 996 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": "id-presets-builder",
"version": "4.0.0",
"description": "Build iD presets",
"main": "index.js",
"type": "module",
"bin": {
"id-presets": "bin/id-presets-builder.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gregor MacLennan / Digital Democracy",
"license": "MIT",
"dependencies": {
"@comapeo/schema": "^1.0.0",
"glob": "^7.0.5",
"js-yaml": "^3.14.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"mkdirp": "^0.5.1",
"run-parallel": "^1.2.0"
},
"devDependencies": {
"standard": "^16.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/id-presets-builder.git"
},
"keywords": [
"id",
"openstreetmap",
"osm",
"ideditor",
"presets"
],
"bugs": {
"url": "https://github.com/digidem/id-presets-builder/issues"
},
"homepage": "https://github.com/digidem/id-presets-builder#readme"
}