forked from jonas-eberle/geoportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
48
49
50
51
52
53
{
"name": "webgis-framework",
"version": "1.0.0",
"description": "",
"main": "framework/index.wsgi",
"dependencies": {
"@turf/turf": "^4.7.3",
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-bootstrap-slider": "github:seiyria/angular-bootstrap-slider#master",
"angular-cookies": "^1.6.6",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-filter": "^0.5.17",
"angular-nvd3": "^1.0.9",
"angular-resource": "^1.6.6",
"angular-route": "^1.6.6",
"angular-ui-bootstrap": "^2.5.6",
"anno.js": "^1.0.3",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"bootstrap-select": "^1.12.4",
"bootstrap-slider": "^9.9.0",
"d3": "^3.5.17",
"dygraphs": "^2.0.0",
"fancybox": "^2.1.8",
"font-awesome": "^4.7.0",
"jquery": "^1.12.4",
"leaflet": "^1.1.0",
"leaflet.coordinates": "^0.1.5",
"ng-infinite-scroll": "^1.3.0",
"nvd3": "^1.8.6",
"nx-popover": "^0.6.12",
"openlayers": "^4.1.1",
"proj4": "^2.4.4",
"save-svg-as-png": "^1.2.0"
},
"devDependencies": {
"uglify-js": "^3.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonas-eberle/swos-geoportal.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/jonas-eberle/swos-geoportal/issues"
},
"homepage": "https://github.com/jonas-eberle/swos-geoportal#readme"
}