UNPKG

vue-carousel

Version:

A flexible, responsive, touch-friendly carousel for Vue.js

82 lines (81 loc) 3.01 kB
{ "name": "vue-carousel", "version": "0.9.0", "description": "A flexible, responsive, touch-friendly carousel for Vue.js", "main": "dist/vue-carousel.min.js", "scripts": { "build": "webpack --config config/webpack.min.conf.js && npm run updateDocAssets", "coveralls": "cat coverage/client/lcov.info | ./node_modules/.bin/coveralls", "dev": "vue-play start --standalone", "dev:build": "vue-play build", "docs:build": "npm run build && rm -rf ./docs/public && mkdir ./docs/public/ && cd ./docs/public/ && git init && git remote add origin git@github.com:SSENSE/vue-carousel.git && git fetch && git checkout -f gh-pages && cd .. && npm install && ./node_modules/.bin/hexo clean && ./node_modules/.bin/hexo generate", "lint": "prettier-eslint --write \"src/**/?(*.js|*.vue)\" || exit 1", "precommit": "npm run lint && npm run test", "test": "npm run test:client", "test:client": "jest --config tests/client.jest.json --forceExit", "test:client:coverage": "jest --config tests/client.jest.json --coverage --forceExit", "test-coverage": "npm run test:client:coverage", "updateDocAssets": "cp ./dist/vue-carousel.min.js ./docs/themes/vue/source/js/" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/SSENSE/vue-carousel.git" }, "keywords": [ "Vue", "carousel", "slider", "responsive" ], "author": "todd.beauchamp@ssense.com", "license": "MIT", "bugs": { "url": "https://github.com/ssense/vue-carousel/issues" }, "homepage": "https://github.com/ssense/vue-carousel#readme", "devDependencies": { "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-transform-runtime": "^6.15.0", "babel-plugin-webpack-alias": "^2.1.2", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-1": "^6.22.0", "babel-preset-stage-2": "^6.18.0", "babel-register": "^6.18.0", "chai": "^3.5.0", "copy-webpack-plugin": "^4.0.1", "coveralls": "^3.0.1", "css-loader": "^0.26.1", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.0.1", "eslint-config-prettier": "^2.9.0", "eslint-config-ssense": "^0.1.0", "eslint-config-vue": "^2.0.1", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-vue": "^4.0.0", "html-webpack-plugin": "^2.24.1", "html2jade": "^0.8.6", "husky": "^0.12.0", "isparta": "^4.0.0", "isparta-loader": "^2.0.0", "jest": "^18.1.0", "mocha": "^5.2.0", "prettier": "^1.10.2", "prettier-eslint": "^8.8.1", "prettier-eslint-cli": "^4.7.0", "shelljs": "^0.7.5", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "vue": "^2.1.8", "vue-loader": "^12.2.1", "vue-play": "2.2.0", "vue-play-cli": "1.0.4", "vue-template-compiler": "^2.1.8", "vue-style-loader": "toddlawton/vue-style-loader", "webpack": "^1.14.0", "webpack-merge": "^1.1.2" } }