-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 912 Bytes
/
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
{
"name": "jassa-ui-angular",
"version": "0.9.0-SNAPSHOT",
"homepage": "https://github.com/GeoKnow/Jassa-UI-Angular",
"authors": [
"Claus Stadler <cstadler@informatik.uni-leipzig.de>"
],
"description": "UI for JAvascript Suite for Sparql Access",
"main": [
"jassa-ui-angular-tpls.js",
"jassa-ui-angular.css"
],
"dependencies": {
"jassa": "0.9.0-SNAPSHOT",
"angular": "1.6.3",
"bootstrap": "3.3.2",
"angular-ui-bootstrap-bower": "0.12.0",
"angular-sanitize": "1.6.3",
"jquery-ui": "1.10.3",
"angular-ui-sortable": "0.12.11",
"angular-ui-utils": "0.1.1",
"dddi-angular": "1.0.0"
},
"keywords": [
"rdf",
"sparql",
"faceted-search",
"facete",
"sponate",
"sparql-to-json",
"jena",
"cache"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}