-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 888 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 888 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
{
"name": "sapinfrastructure-frontend",
"version": "1.0.0-a",
"dependencies": {
"angular-animate": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-sanitize": "~1.4.0",
"jquery": "~2.1.4",
"angular-resource": "~1.4.0",
"angular-ui-router": "~0.2.15",
"bootstrap-sass-official": "~3.3.4",
"angular-bootstrap": "~0.13.0",
"moment": "~2.10.3",
"animate.css": "~3.3.0",
"angular": "~1.4.0",
"lodash": "~3.10.0",
"d3": "~3.5.6",
"angular-ui-grid": "~3.0.1",
"angular-utils-pagination": "~0.8.3",
"socket.io": "~1.3.6",
"angular-sails": "~1.1.4",
"angular-spinner": "~0.6.2",
"angular-ui-notification": "~0.0.14",
"angular-chart.js": "~0.7.6"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "1.4.3"
}
}