forked from angular/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 812 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
{
"name": "angular-seed",
"description": "A starter project for AngularJS",
"version": "0.0.0",
"homepage": "https://github.com/angular/angular-seed",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.3.0-rc.2",
"angular-loader": "1.3.0-rc.2",
"angular-mocks": "1.3.0-rc.2",
"normalize.css": "~3.0.1",
"angular-route": "1.3.0-rc.2",
"font-awesome": "~4.2.0",
"toastr": "~2.0.3",
"angular-animate": "1.3.0-rc.2",
"jquery": "~2.1.1"
},
"devDependencies": {
"angular-animate": "1.3.0-rc.2",
"angular": "1.3.0-rc.2",
"angular-loader": "1.3.0-rc.2",
"angular-route": "1.3.0-rc.2",
"normalize.css": "~3.0.1",
"font-awesome": "~4.2.0",
"toastr": "~2.0.3",
"angular-mocks": "1.3.0-rc.2",
"jquery": "~2.1.1"
}
}