-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
46 lines (46 loc) · 1.14 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
{
"name": "ldviewer",
"version": "1.0.0",
"homepage": "https://github.com/GeoKnow/ldviewer",
"authors": [
"lukovnikov <lukovnikov@outlook.com>"
],
"description": "Linked Data Viewer framework",
"main": "index.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.0.7",
"jassa": "~0.0.2-SNAPSHOT",
"jquery": "1.9.1",
"jquery-cookie": "~1.4.1",
"intro.js": "~0.8.0",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3",
"leaflet-dist": "~0.7.2",
"jassa-ui-angular": "~0.0.1-SNAPSHOT",
"angular-ui-bootstrap-bower": "~0.11.0",
"angular-route": "~1.2.16",
"angular-sanitize": "~1.2.16"
},
"devDependencies": {
"jassa": "~0.0.2-SNAPSHOT",
"jquery": "1.9.1",
"jquery-cookie": "~1.4.1",
"intro.js": "~0.8.0",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3",
"leaflet-dist": "~0.7.2",
"jassa-ui-angular": "~0.0.1-SNAPSHOT",
"angular-ui-bootstrap-bower": "~0.11.0",
"angular-route": "~1.2.16",
"angular-sanitize": "~1.2.16"
}
}