-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 872 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
{
"name": "koop-ckan",
"description": "CKAN provider for Koop",
"version": "0.0.9",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-ckan/issues"
},
"dependencies": {
"csv": "~1.2.0",
"ejs": "~2.5.6",
"request": "^2.51.0",
"@mapbox/sphericalmercator": "~1.0.2",
"detect-csv": "^1.1.0"
},
"devDependencies": {
"koop": "~2",
"standard": "^10.0.1",
"supertest": "~3.0.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.3"
},
"greenkeeper": {
"ignore": ["koop"]
},
"homepage": "https://github.com/koopjs/koop-ckan",
"keywords": [
"arcgis",
"ckan",
"esri"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:koopjs/koop-ckan.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
}
}