-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 994 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": "koop-opendata",
"description": "An ArcGIS Open Data Provider for Koop",
"version": "1.1.4",
"author": "Daniel Fenton",
"contributors": ["Courtney Claessens"],
"bugs": {
"url": "https://github.com/koopjs/koop-opendata/issues"
},
"dependencies": {
"async": "~0.9.0",
"config": "~0.4.35",
"crypto": "0.0.3",
"ejs": ">2.5.5",
"js-combinatorics": "0.4.0",
"object-hash": "~0.5.0",
"request": "~2.53.0",
"turf-bbox-polygon": "^1.0.1",
"underscore": "^1.8.2"
},
"devDependencies": {
"should": "~4.0.4",
"sinon": "~1.10.3",
"standard": "^4.2.0",
"supertest": "~0.11.0"
},
"homepage": "https://github.com/koopjs/koop-opendata",
"keywords": [
"ArcGIS",
"Open Data",
"Search",
"koop"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/koopjs/koop-opendata.git"
},
"scripts": {
"test": "standard && mocha test/"
}
}