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
31
32
33
34
35
|
{
"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"
},
"_release": "0.3.13",
"_resolution": {
"type": "version",
"tag": "0.3.13",
"commit": "13007fbc99d2fcf05159a4d92b11c427a7ff8b35"
},
"_source": "git://github.com/revolunet/angular-carousel.git",
"_target": "~0.3.12",
"_originalSource": "angular-carousel"
}
|