-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 873 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
{
"name": "cellSketches",
"description": "Marclab connectome visualization",
"main": "karma.conf.js",
"authors": [
"Ethan Kerzner"
],
"license": "MIT",
"homepage": "https://github.com/kerzner/cellSketches",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6",
"angular-bootstrap": "^2.5.0",
"angular-ui-router": "^1.0.15",
"angular-sanitize": "1.6",
"angular-ui-select": "^0.19.8",
"angular-toastr": "^2.1.1",
"d3": "3.5",
"file-saver": "^1.3.4",
"bootstrap": "3",
"select2": "3",
"font-awesome": "4.5",
"angular-ui-grid": "^4.3.1"
},
"resolutions": {
"angular": ">=1.2.18"
},
"devDependencies": {
"angular-mocks": "1.6",
"karma-read-json": "^1.1.0",
"three.js": "^0.89.0"
}
}