forked from koopjs/koop-app-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "koop-sample-app",
"description": "A sample koop express application with some common koop providers.",
"version": "1.0.3",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-sample-app/issues"
},
"dependencies": {
"config": "^1.13.0",
"cors": "^2.5.3",
"ejs": "^2.3.1",
"express": "^4.12.3",
"koop": "2.0.1",
"koop-agol": "^0.2.0",
"koop-ckan": "^0.0.8",
"koop-climate": "^0.0.2",
"koop-cloudant": "^0.0.3",
"koop-gist": "^0.0.2",
"koop-github": "^0.1.12",
"koop-pgcache": "^0.1.0",
"koop-socrata": "^0.1.2"
},
"homepage": "https://github.com/koopjs/koop-sample-app",
"keywords": [
"agol",
"arcgis",
"etl",
"example",
"geojson",
"gis",
"heroku",
"koop",
"sample"
],
"license": "Apache-2.0",
"main": "server.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com:koopjs/koop-sample-app.git"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}