-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 879 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
{
"name": "meanjs",
"version": "0.4.0",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.2",
"angular-resource": "~1.2",
"angular-animate": "~1.4.1",
"angular-mocks": "~1.2",
"angular-bootstrap": "~0.11.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.10",
"angular-file-upload": "~1.1.5",
"material-design-iconic-font": "~2.0.2",
"angular-route": "~1.4.1",
"c3-angular": "~0.5.1",
"c3": "~0.4.10",
"d3": "~3.5.5",
"angular-ui-select": "~0.12.0",
"angular-nouislider": "~0.3.1",
"cropper": "~0.10.0",
"ng-table": "~0.5.4",
"bootstrap-sass": "~3.3.5",
"angular-sanitize": "~1.4.2"
},
"resolutions": {
"angular": ">= 1.0.2",
"angular-animate": "~1.4.1",
"d3": "<=3.5.0"
}
}