-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 896 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
{
"name": "gnap-map",
"version": "1.1.5",
"description": "An add-on library for GNaP which adds functionalities for displaying and managing GeoJson layers on one or more map visualization libraries.\"",
"main": "dist/gnap-map.js",
"repository": {
"type": "git",
"url": "git+https://github.com/infrabel/gnap-map.git"
},
"keywords": [
"gnap",
"angular",
"map",
"google",
"maps",
"gis",
"geojson",
"kml"
],
"author": "Infrabel",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/infrabel/gnap-map/issues"
},
"homepage": "https://github.com/infrabel/gnap-map",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0"
},
"dependencies": {
"ui-select": "^0.13.2"
}
}