-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.24 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
{
"name": "infuse-web",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.9",
"json3": "latest",
"es5-shim": "latest",
"jquery": "latest",
"angular-resource": "1.4.9",
"angular-cookies": "1.4.9",
"angular-sanitize": "1.4.9",
"leapjs": "0.6.4",
"angular-bootstrap": "0.14.3",
"angular-animate": "1.4.9",
"d3": "latest",
"randomColor": "0.4.1",
"angular-local-storage": "0.2.3",
"angular-ui-codemirror": "0.3.0",
"bower": "*",
"install": "1.0.4",
"bootstrap-css": "3.3.4",
"angular-moment": "1.0.0-beta.2",
"angular-ui-router": "0.2.15",
"isteven-angular-multiselect": "4.0.0",
"components-font-awesome": "latest",
"metrics-graphics": "latest",
"awesome-bootstrap-checkbox": "latest",
"ngInfiniteScroll": "1.2.1",
"mg-regions": "senseyeio/mg-regions#0.1.2",
"dashjs": "~2.4.0"
},
"devDependencies": {
"angular-mocks": "1.4.9",
"angular-scenario": "1.4.9"
},
"authors": [
"Thomas Delayen <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "1.4.9"
}
}