summaryrefslogtreecommitdiff
path: root/www/lib/angular-carousel/bower.json
blob: 77a6936bedc1d0f037bf9e21d55265c619ff4609 (plain)
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
{
  "name": "angular-carousel",
  "description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
  "version": "0.3.13",
  "homepage": "http://revolunet.github.com/angular-carousel",
  "author": "Julien Bouquillon <julien@revolunet.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/revolunet/angular-carousel.git"
  },
  "main": [
    "dist/angular-carousel.js",
    "dist/angular-carousel.css"
  ],
  "ignore": [
    "demo"
  ],
  "dependencies": {
    "angular": ">=1.2.10",
    "angular-touch": ">=1.2.10"
  },
  "devDependencies": {
    "angular-mocks": ">=1.2.10",
    "requirejs": ">=2.1.0"
  }
}