-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
52 lines (52 loc) · 1.23 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": "opencompare-editor",
"desription": "Editor for product comparison matrices",
"keywords": [
"opencompare",
"product comparison matrix"
],
"main": "dist/scripts/opencompare-editor.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenCompare/editor.git"
},
"ignore": [],
"dependencies": {
"bootstrap": "3.3.6",
"angular": "1.5.5",
"jquery": "2.2.4",
"angular-ui-bootstrap-bower": "0.13.0",
"angular-translate": "2.7.2",
"fontawesome": "4.4.0",
"angular-ui-grid": "3.0.1",
"bootstrap-material-design": "0.3.0",
"jquery-ui": "1.10.4",
"angular-chart.js": "0.7.1",
"angular-utf8-base64": "0.0.5",
"angular-base64-upload": "0.1.8",
"angular-ui-slider": "0.1.1",
"arrive": "2.2.0",
"angular-clipboard": "1.1.0",
"angular-material":"1.1.0"
},
"devDependencies": {
"angular-mocks": "1.5.5",
"karma-read-json": "*"
},
"appPath": "app",
"moduleName": "openCompareEditor",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"jquery": "2.2.4",
"angular": "1.5.5"
}
}