-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
57 lines (57 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
53
54
55
56
57
{
"name": "Roboconf Web Administration",
"version": "0.1.0",
"authors": [
"Vincent Zurczak",
"Christophe Hamerling",
"Amadou Diarra"
],
"description": "Web administration for Roboconf",
"keywords": [
"cloud",
"deployment",
"orchestration"
],
"license": "Apache-2.0",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"target",
"tests"
],
"dependencies": {
"jquery": "~2.0.3",
"angular": "1.4.12",
"angular-cookies": "1.4.12",
"angular-route": "1.4.12",
"angular-sanitize": "1.4.12",
"bootstrap": "~3.3.1",
"font-awesome": "~4.0.3",
"restangular": "1.5.1",
"underscore": "~1.6.0",
"jasny-bootstrap": "~3.1.3",
"codemirror": "~5.7.0",
"ng-cropper": "~0.4.1",
"angular-cron-jobs": "3.2.0",
"angular-translate": "2.15.1",
"angular-translate-handler-log": "2.15.1",
"angular-translate-loader-static-files": "2.15.1",
"flag-icon-css": "2.3.1"
},
"devDependencies": {
"angular-mocks": "1.4.12"
},
"overrides": {
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"mode/properties/properties.js"
]
}
},
"resolutions": {
"angular": "1.4.12"
}
}