-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.08 KB
/
bower.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
{
"name": "gem",
"version": "v0.0.1-SNAPSHOT",
"homepage": "https://github.com/GeoKnow/GEM",
"authors": [
"Claus Stadler <[email protected]>"
],
"contributors": [
"Claus Stadler <[email protected]>"
],
"description": "JAvascript Suite for Sparql Access",
"main": "www/index.html",
"repository": {
"type": "git",
"url": "git://github.com/GeoKnow/GEM.git"
},
"dependencies": {
"jassa": "0.9.0-SNAPSHOT",
"jassa-ui-angular": "0.9.0-SNAPSHOT",
"leaflet": "0.7.3",
"leaflet.markercluster": "0.4.0",
"angular-snap": "1.6.0",
"bluebird": "2.3.5",
"jquery-cookie": "~1.4.1",
"underscore": "1.7.0",
"underscore.string": "2.3.2",
"jscache": ""
},
"keywords": [
"rdf",
"sparql",
"faceted-search",
"mobile",
"app"
],
"license": "MIT",
"ignore": [
"**/.*",
"coverage",
"gulp",
"lib",
"node_modules",
"test",
"to-port"
],
"resolutions": {
"angular": "1.3.5-build.3630+sha.30694c8"
}
}