-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
71 lines (71 loc) · 1.87 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "graffinity",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-touch": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-messages": "~1.5.5",
"angular-aria": "~1.5.5",
"jquery": "~2.1.4",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.7",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.3",
"d3": "~3.5",
"graphlib": "*",
"colorbrewer": "*",
"ui-select": "angular-ui-select#~0.16.1",
"fontawesome": "4.6.1",
"dagre": "~0.7.4",
"d3-queue": "^3.0.1",
"topojson": "^1.6.26",
"angular-bootstrap": "^2.1.3",
"ng-tags-input": "^3.1.1",
"angular-ui-select": "^0.19.4",
"file-saver": "FileSaver#1.3.4"
},
"devDependencies": {
"angular-mocks": "~1.5.5"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.min.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"fontawesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2"
]
},
"ng-tags-input": {
"main": [
"ng-tags-input.css",
"ng-tags-input.bootstrap.css",
"ng-tags-input.js"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.3",
"lodash": "^4.11.1",
"angular-bootstrap": "^2.1.3"
}
}