carousel-lite
Version:
Touch friendly. Incredibly small. Carousels the native way.
35 lines (34 loc) • 777 B
JSON
{
"name": "carousel-lite",
"version": "0.1.4",
"description": "Touch friendly. Incredibly small. Carousels the native way.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/emflores/carousel-lite.git"
},
"keywords": [
"carousel",
"carousels",
"slides"
],
"author": "Michael Flores <flores.michael@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emflores/carousel-lite/issues"
},
"homepage": "https://github.com/emflores/carousel-lite",
"devDependencies": {
"mocha": "^2.1.0",
"proxyquire": "^1.3.1",
"should": "^5.0.1",
"sinon": "^1.12.2",
"lodash-compat": "^3.3.1"
}
}