simple-slideshow
Version:
Simple slideshow library in VanillaJS with no dependencies.
40 lines (39 loc) • 839 B
JSON
{
"name": "simple-slideshow",
"version": "2.1.0",
"description": "Simple slideshow library in VanillaJS with no dependencies.",
"repository": {
"type": "git",
"url": "https://github.com/omichelsen/simple-slideshow.git"
},
"keywords": [
"slideshow",
"slides",
"vanillajs"
],
"author": "Ole Michelsen <ole@michelsen.dk>",
"license": "MIT",
"main": "src/slideshow.js",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "gulp",
"prepare": "gulp",
"test": "karma start"
},
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.5.0",
"karma": "^5.1.0",
"karma-coverage": "^2.0.2",
"karma-jasmine": "^3.3.1",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16",
"readable-stream": "^3.6.0"
}
}