forked from andi-nl/ANDI-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.18 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
{
"name": "andi",
"version": "0.0.0",
"dependencies": {
"bootstrap": "^3.3.6",
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-cookies": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-route": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angular-touch": "^1.5.5",
"jquery-bonsai": "~2.1.0",
"angular-ui-ace": "^0.2.3",
"ui.bootstrap": "^1.3.3",
"angular-tree-control": "^0.2.25",
"angular-xeditable": "~0.1.9",
"angular-ivh-treeview": "^1.0.3",
"angular-multi-select-tree": "*",
"underscore": "~1.8.3",
"angular-bootstrap": "^1.3.2",
"fs": "~1.0.1",
"datatables": "^1.10.12",
"moment": "^2.13.0",
"angular-validation": "^1.4.1",
"lodash": "^4.11.2",
"tg-angular-validator": "^1.2.8",
"mocha": "^2.4.5",
"chai": "^3.5.0",
"opencpu.js": "opencpu#*",
"d3": "^3.5.17"
},
"devDependencies": {
"angular-mocks": "^1.5.5"
},
"appPath": "app",
"moduleName": "andiApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"angular": "^1.5.5"
}
}