Limit contributers display. Fixes #13
[roll.divinelegy.git] / bower.json
1 {
2 "name": "angular-seed",
3 "description": "A starter project for AngularJS",
4 "version": "0.0.0",
5 "homepage": "https://github.com/angular/angular-seed",
6 "license": "MIT",
7 "private": true,
8 "dependencies": {
9 "angular": "1.3.7",
10 "angular-route": "1.2.x",
11 "angular-loader": "1.2.x",
12 "angular-mocks": "~1.2.x",
13 "html5-boilerplate": "~4.3.0",
14 "angular-file-upload": "1.1.1",
15 "hello": "1.2.1",
16 "angular-animate": "1.3.x",
17 "angular-bootstrap": "0.12.x",
18 "ngstorage": "x.x.x",
19 "alv-ch-ng.text-truncate": "0.2.0"
20 },
21 "resolutions": {
22 "angular": "1.3.7"
23 }
24 }