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
36
|
{
"name": "angular-carousel",
"description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
"version": "0.3.12",
"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.12",
"_resolution": {
"type": "version",
"tag": "0.3.12",
"commit": "12f28ed1de9d78b4c1f9cf58ca71cdf4a8452643"
},
"_source": "git://github.com/revolunet/angular-carousel.git",
"_target": "~0.3.12",
"_originalSource": "angular-carousel",
"_direct": true
}
|