forked from Hypercubed/connectome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·77 lines (77 loc) · 1.74 KB
/
Copy pathbower.json
File metadata and controls
executable file
·77 lines (77 loc) · 1.74 KB
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
72
73
74
75
76
77
{
"name": "lrspa",
"version": "0.0.7",
"dependencies": {
"angular": "1.2.23",
"json3": "~3.3.2",
"es5-shim": "~4.0.3",
"jquery": "~1.11.0",
"bootstrap": "~3.2.0",
"d3": "~3.4.5",
"angular-loading-bar": "~0.5.0",
"angular-bootstrap": "~0.11.0",
"angular-ui-router": "~0.2.10",
"ng-debounce": "~0.1.1",
"d3-plugins": "*",
"angular-downloadsvg-directive": "~0.0.4",
"angular-growl": "~0.4.0",
"angular-animate": "~1.2.16",
"angular-slider-widget": "Hypercubed/angular-slider-widget#~0.0.2",
"angular-local-storage": "https://github.com/grevory/angular-local-storage.git#master",
"_F": "Hypercubed/_F#~0.0.2",
"lodash": "~2.4.1",
"angular-dsv": "~0.0.4",
"angular-sanitize": "~1.4.0",
"angular-bindonce": "~0.3.1",
"ng-context-menu": "~0.1.4",
"ng-grid": "~2.0.14",
"angular-marked": "~0.0.12",
"font-awesome": "~4.2.0",
"Blob.js": "eligrey/Blob.js",
"js-base64": "~2.1.5",
"angular-chosen-localytics": "~1.0.6",
"ng-clip": "~0.2.2"
},
"devDependencies": {
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15"
},
"overrides": {
"d3-plugins": {
"main": [
"hive/hive.js"
]
},
"marked": {
"main": [
"lib/marked.js"
]
},
"angular-growl": {
"main": [
"./build/angular-growl.js",
"./build/angular-growl.min.css"
]
},
"ng-context-menu": {
"main": [
"dist/ng-context-menu.js"
]
},
"chosen": {
"main": [
"chosen.jquery.js",
"chosen.css"
]
},
"Blob.js": {
"main": [
"Blob.js"
]
}
},
"resolutions": {
"angular": "1.2.23",
"angular-sanitize": "~1.2.18"
}
}