forked from koopjs/koop-app-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "koop-sample-app",
"description": "Sample koop express application with some common koop providers.",
"version": "0.0.0",
"author": "Esri R&D",
"bugs": {
"url": "https://github.com/koopjs/koop-sample-app/issues"
},
"dependencies": {
"@koopjs/output-vector-tiles": "^2.1.0",
"@koopjs/provider-github": "^3.0.0",
"config": "^3.0.1",
"koop": "^3.10.0",
"koop-output-geojson": "^1.1.1",
"koop-provider-craigslist": "^2.0.0"
},
"devDependencies": {
"standard": "^11.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.2.2"
},
"homepage": "https://github.com/koopjs/koop-sample-app",
"keywords": [
"agol",
"arcgis",
"etl",
"example",
"geojson",
"gis",
"gist",
"github",
"heroku",
"koop",
"postgres",
"sample",
"socrata"
],
"license": "Apache-2.0",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com:koopjs/koop-sample-app.git"
},
"scripts": {
"start": "node server.js",
"test": "standard && tape test/*.js | tap-spec"
}
}