forked from pduchesne/ckanext-geoview
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 Bytes
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
{
"name": "ckanext-geoview",
"version": "0.1.0",
"description": "CKAN Geospatial ResourceView",
"dependencies": {
"jszip": "2.7.0",
"jszip-utils": "0.1.0",
"leaflet": "1.9.4",
"leaflet-providers": "3.0.0",
"leaflet-spin": "1.1.2",
"ol": "10.7.0",
"proj4": "^2.20.2",
"proj4leaflet": "1.0.2",
"spin.js": "2.3.2",
"underscore": "1.13.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckan/ckanext-geoview.git"
},
"scripts": {
"update-libs": "./update-js-libs.sh"
},
"keywords": [],
"author": "",
"license": "AGPL",
"bugs": {
"url": "https://github.com/ckan/ckanext-geoview/issues"
},
"homepage": "https://github.com/ckanext-geoview/ckan"
}