{"_id":"@aorinevo/carousel","_rev":"1-a756e19e29dfadf0406c2c628e069cf7","name":"@aorinevo/carousel","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aorinevo/carousel","version":"1.0.0","scripts":{"serve":"vue-cli-service serve","build":"vue-cli-service build","lint":"vue-cli-service lint"},"dependencies":{"vue":"^2.5.17"},"devDependencies":{"@vue/cli-plugin-babel":"^3.1.1","@vue/cli-plugin-eslint":"^3.1.1","@vue/cli-service":"^3.1.1","babel-eslint":"^10.0.1","bootstrap-css-only":"^4.1.1","classnames":"^2.2.6","eslint":"^5.8.0","eslint-plugin-vue":"^5.0.0-0","vue-template-compiler":"^2.5.17"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/essential","eslint:recommended"],"rules":{},"parserOptions":{"parser":"babel-eslint"}},"postcss":{"plugins":{"autoprefixer":{}}},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"c55a9e915c7f88e0d67f5bac8d7c0d9d2c20fda5","description":"Fully responsive Carousel built on Vue.","_id":"@aorinevo/carousel@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"aorinevo","email":"aorinevo@gmail.com"},"dist":{"integrity":"sha512-JnHqBgbN0JRoKW4TmOPq2fk5L/IKIO5JEvIMIwGteL1yXEmStNP5OrO3eq3PCELfJhnsLyF1E+gmAxPjjp3+pw==","shasum":"f822a078fed1dad8894dcad8ce4cff876364aa86","tarball":"https://registry.npmjs.org/@aorinevo/carousel/-/carousel-1.0.0.tgz","fileCount":19,"unpackedSize":31281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4difCRA9TVsSAnZWagAABHoP/3lEtF+8myJQ+ubjZkqf\n8/JE46sEU9jHpys67Ni0m0gH2HnnQRIHk6FgtiHEZeU1ytMzwNgWT50Cnf4y\nAOhrGBpddLU6kRRVlzWL75XIUzzthc5dfFCYTlfwRW/dDUaRtd6jw/nxFFDL\nA3Bs6R1BOvi6ff22iCihQOP8xYvl9FurrDwZ/IsCojRszCQ157LmP9d5pQVo\nSjkTIvhkcGWBuL9taVlyw5BLG4ugj47n4n9f3ZrdKfBk4qWfJS7pOAQNlIVL\nh1cQJAE6MLuSzLAEAQ5/67vntI9NQTH18q2nzQu1UTi9KFozOHIZ4alnMvw7\nyKpqcfXU+XMabc6egIgsuYjDwkyLWN/s0muyZuBbpMs2T293n6dMeyhWBHUr\nK76epYE2t+d5jmmnaRwLplg2fBjozzELxh62GHz31lup+39TG+sSl//Cgx8g\n5+bLpvYdO35AGinShQJ3+WrmH8v/SW43ETXEofO8Yd3Pqy3SyIjuKuYQlgiG\ncPv9qOXHy4vAan2+/ZM3501uGIAhtQRcbBXLKkHYFJ8UPpKJDsFofot82bbZ\noqc8aHhtH5/rBQzvD1DlpD4zUfJKAx4NFn6Ol2BKXnIIVZ9UYeNVnDRbo89K\nyTqu4ur4R3mDQ0QGP8h/hbEiPL71Fb0YaDMTzmHVn/vwK6UHLAfkuZcfZFlG\nOzh9\r\n=6Lny\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbA0GjKjsT7xLKzjDdPwX6ftrCLe+ZI3x76YC98nC/rAiAs905Zb5kp6+QKWPC73Vtvt3BKTCNbO721HvGQdUp26w=="}]},"maintainers":[{"name":"aorinevo","email":"aorinevo@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/carousel_1.0.0_1541527711207_0.6225188056002167"},"_hasShrinkwrap":false}},"time":{"created":"2018-11-06T18:08:31.043Z","1.0.0":"2018-11-06T18:08:31.377Z","modified":"2022-04-04T14:30:16.704Z"},"maintainers":[{"name":"aorinevo","email":"aorinevo@gmail.com"}],"description":"Fully responsive Carousel built on Vue.","readme":"# Introduction\n\nFully responsive Carousel built on Vue.  \n\n# How to Integrate\n\nFirst install `carousel` in your project: `npm install --save @aorinevo/carousel`.  \n\nThen import the files you need:\n```js\n<template>\n  <carousel :interval=\"8000\" showControls>\n    <carousel-item img src=\"https://mdbootstrap.com/img/Photos/Slides/img%20(68).jpg\" alt=\"First slide\" />\n    <carousel-item img src=\"https://mdbootstrap.com/img/Photos/Slides/img%20(6).jpg\" alt=\"Second slide\" />\n    <carousel-item img src=\"https://mdbootstrap.com/img/Photos/Slides/img%20(9).jpg\" alt=\"Third slide\" />\n  </carousel>\n</template>\n\n<script>\nimport { Carousel, CarouselItem } from 'mdbvue';\n\nexport default {\n  name: 'CarouselPage',\n  components: {\n    Carousel,\n    CarouselItem\n  }\n};\n</script>\n\n<style scoped>\n</style>\n```\n\nFor move examples, see `/src/examples`.\n\n# Background\n\nThis project componentizes mdb's version of Carousel into a separate npm package. See https://mdbootstrap.com/docs/vue/advanced/carousel/ for more.\n\n## Project setup\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Run your tests\n```\nnpm run test\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n","readmeFilename":"README.md"}