-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 829 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
{
"name": "koop-agol-docker",
"description": "A docker image using koop agol with postgis",
"version": "1.0.0",
"author": "Kevin Pettijohn",
"dependencies": {
"config": "^1.14.0",
"cors": "^2.5.3",
"express": "^4.12.3",
"js-yaml": "^3.3.1",
"koop": "https://github.com/koopjs/koop.git#master",
"koop-agol": "https://github.com/koopjs/koop-agol.git#master",
"koop-pgcache": "https://github.com/koopjs/koop-pgcache.git#master"
},
"devDependencies": {
"nock": "2.10.0",
"chai": "3.2.0",
"mocha": "2.3.1",
"mocha-jenkins-reporter": "0.1.9"
},
"keywords": [
"docker",
"koop",
"postgis",
"agol"
],
"license": "Apache-2.0",
"main": "server.js",
"private": true,
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec test/index.js"
}
}