imageflip
Version:
imageflip - a minimal slideshow library
34 lines (33 loc) • 700 B
JSON
{
"name": "imageflip",
"version": "1.0.4",
"description": "imageflip - a minimal slideshow library",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erf/imageflip.git"
},
"keywords": [
"slideshow",
"gallery",
"images",
"image",
"flip"
],
"author": "Erlend Fagerheim <erlendf80@gmail.com> (http://github.com/erf)",
"license": "ISC",
"bugs": {
"url": "https://github.com/erf/imageflip/issues"
},
"homepage": "https://github.com/erf/imageflip#readme",
"devDependencies": {
"mocha": "2.3.4"
}
}