-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 986 Bytes
/
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
{
"name": "ovh-api-console",
"author": "Jean-Philippe Blary (@blary_jp)",
"version": "0.0.0",
"homepage": "https://github.com/blaryjp/ovh-api-console",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/blaryjp/ovh-api-console/master/LICENSE"
},
"bugs": "https://github.com/blaryjp/ovh-api-console/issues",
"repository": {
"type": "git",
"url": "[email protected]:blaryjp/ovh-api-console.git"
},
"dependencies": {
"json3": "~3.3.1",
"es5-shim": "~3.4.0",
"angular": "~1.3.0",
"bootstrap": "~3.3.0",
"angular-bootstrap": "~0.12.0",
"angular-ui-router": "~0.2.0",
"angular-sanitize": "~1.3.14",
"jquery": "~2.1.3",
"ng-ovh": "#cfaade1d00146c2225fd1df7878e5187f6be6bd4",
"lodash": "~3.5.0",
"jquery-jsonview": "~1.2.2",
"scrollup": "~2.4.0",
"URIjs": "~1.14.2"
},
"devDependencies": {
"angular-mocks": "~1.2"
},
"resolutions": {
"angular": "~1.3.0",
"jquery": "~2.1.3"
}
}