-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
29 lines (28 loc) · 913 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
{
"name": "mean",
"version": "0.1.0",
"dependencies": {
"angular": "guanbo/bower-angular#1.2.0rc2",
"angular-resource": "angular/bower-angular-resource#1.2.0-rc.2",
"angular-cookies": "angular/bower-angular-cookies#1.2.0-rc.2",
"angular-route": "angular/bower-angular-route#1.2.0-rc.2",
"angular-sanitize":"angular/bower-angular-sanitize#1.2.0-rc.2",
"ng-file-upload":"1.2.3",
"angular-bootstrap": "~0.5.0",
"bootstrap": "2.3.2",
"modernizr": "*",
"json3": "~3.2.4",
"jquery": "1.10.2",
"jquery.cookie": "*",
"jquery-migrate": "1.2.1",
"jquery-ui-touch-punch": "*",
"fullcalendar": "~1.6.3",
"excanvas": "*",
"raphael": "2.1.0",
"markdown":"*"
},
"devDependencies": {
"angular-mocks": "~1.0.5",
"angular-scenario": "~1.0.5"
}
}