-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 931 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 931 Bytes
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": "cockpit",
"authors": [
"Roselle Ebarle <roselle.ebarle@ocomsoft.com>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.3",
"bootstrap": "^3.3.6",
"angular-strap": "^2.3.8"
},
"devDependencies": {
"angular": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-ui-router": "^0.3.0",
"ocom-angular-scaffolding": "https://ocom.repositoryhosting.com/git/ocom/ocom-angular-scaffolding.git#2.0.2",
"angular-strap": "~2.3.1",
"textAngular": "1.4.2",
"lodash": "~3.10.1",
"checklist-model": "~0.6.0",
"ui-select": "angular-ui-select#~0.13.2",
"angular-sanitize": "~1.4.8",
"ngstorage": "~0.3.10",
"font-awesome": "~4.5.0"
},
"resolutions": {
"angular": "^1.5.5"
}
}