-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.01 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
{
"name": "petals-cockpit",
"description": "Web Application for Petals Cockpit",
"authors": "Linagora",
"contributors": [
"CHEVALIER Christophe",
"ESCUDIE Bertrand",
"NOEL Victor"
],
"repository": {
"type": "git",
"url": "https://github.com/petalslink/petals-cockpit"
},
"license": "AGPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "~1.4.8",
"bardjs": "~0.1.8"
},
"dependencies": {
"angular": "~1.5.6",
"angular-animate": "~1.5.6",
"angular-aria": "1.5.6",
"angular-material": "~1.0.9",
"angular-sanitize": "~1.5.6",
"angular-messages": "~1.5.6",
"angular-ui-router": "~0.3.0",
"lodash": "~4.13.1",
"ui-router-extras": "~0.1.2",
"api-check": "^7.5.5",
"angular-formly": "^8.2.1",
"angular-formly-material": "^0.14.2"
},
"resolutions": {
"angular": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-formly": "^8.2.0"
}
}