forked from lucidworks/banana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 694 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 694 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
{
"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.0.8",
"angular-loader": "1.0.8",
"angular-mocks": "1.0.8",
"angular-sanitize": "1.0.8",
"angular-strap": "0.7.5",
"bootstrap": "2.3.2",
"d3": "~3.4.11",
"jquery": "1.8.0",
"jquery-ui": "1.10.3",
"jquery-flot": "0.8.1",
"requirejs": "2.1.8",
"modernizr": "2.6.1",
"moment": "2.1.0",
"underscore": "1.5.1"
},
"resolutions": {
"angular": "1.0.8",
"jquery": "1.8.0",
"bootstrap": "2.3.2"
}
}