-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
52 lines (52 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
51
52
{
"name": "openmining.io",
"version": "0.1",
"homepage": "https://github.com/avelino/mining",
"authors": [
"Thiago Avelino <[email protected]>"
],
"description": "Business Intelligence (BI) Application Server written in Python",
"keywords": [
"bi",
"server",
"web",
"python",
"async"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/bower/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.28",
"angular-resource": "~1.2.10",
"jquery": "~2.1.0",
"bootstrap": "~3.3.1",
"font-awesome": "~4.2",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular-cookies": "~1.2.6",
"angular-sanitize": "~1.2.6",
"angular-route": "~1.2.6",
"morris.js": "~0.5.1",
"angular-bootstrap": "~0.12.0",
"angular-ui-codemirror": "~0.1.7",
"angular-i18n": "~1.2.15",
"angular-ui-select2": "~0.0.5",
"moment": "~2.5.1",
"jquery-ui": "~1.10.4",
"angular-ui-select2-sortable": "~1.2.0",
"angular-strap": "~2.0.0",
"angular-gettext": "~0.2.9",
"select2": "~3.5.2"
},
"resolutions": {
"angular": ">=1.2.0",
"select2": "~3.5.2"
}
}