forked from osmlab/osm-community-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "osm-community-index",
"version": "0.4.0",
"license": "ISC",
"repository": "osmlab/osm-community-index",
"author": "Bryan Housel <[email protected]>",
"description": "An index of community resources for OpenStreetMap",
"keywords": [
"OSM",
"OpenStreetMap",
"community"
],
"main": "dist/index.js",
"module": "index.mjs",
"scripts": {
"build": "node build.js && rollup -c",
"icons": "node build_icons.js",
"lint": "eslint *.js test/*.js",
"test": "npm run build && npm run lint && tap test/*.js",
"stats": "node stats.js",
"txpull": "tx pull -a",
"txpush": "tx push -s"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-brands": "^5.0.9",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"bytes": "^3.0.0",
"colors": "^1.1.2",
"easy-table": "^1.1.1",
"eslint": "^4.3.0",
"geojson-precision": "^0.4.0",
"geojson-rewind": "^0.3.1",
"glob": "^7.1.0",
"js-yaml": "^3.11.0",
"json-stringify-pretty-compact": "^1.1.0",
"jsonschema": "^1.1.0",
"rollup": "^0.58.0",
"rollup-plugin-json": "^2.3.0",
"shelljs": "^0.8.0",
"tap": "^11.0.0"
},
"engines": {
"node": ">=4.0.0"
}
}