UNPKG

vuescroll

Version:

A beautiful scrollbar based on Vue.js for PC and mobile.

76 lines (75 loc) 2.29 kB
{ "author": { "name": "Yves Wang" }, "bugs": { "url": "https://github.com/YvesCoding/vuescroll/issues" }, "dependencies": { "vue": "^2.0" }, "deprecated": false, "description": "A beautiful scrollbar based on Vue.js for PC and mobile.", "homepage": "https://github.com/YvesCoding/vuescroll#readme", "keywords": [ "vuescroll", "scrollbar", "vuescrollbar", "vue" ], "license": "MIT", "unpkg": "./dist/vuescroll.js", "jsdelivr": "./dist/vuescroll.js", "main": "./dist/vuescroll.js", "name": "vuescroll", "repository": { "type": "git", "url": "git+https://github.com/YvesCoding/vuescroll.git" }, "scripts": { "build": "node scripts/build.js", "debug-build": "node scripts/debug-build.js", "test": "npm run test:cover", "lint": "eslint --fix src scripts test", "test:cover": "karma start test/unit/karma.conf.js", "debug-test": "karma start test/unit/karma.conf.js --no-single-run", "report-coverage": "codecov", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "version": "4.6.9", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.5", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^7.1.2", "babel-plugin-istanbul": "^4.1.5", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-es2015-rollup": "^3.0.0", "codecov": "^3.0.0", "css-loader": "^0.28.11", "eslint": "^4.13.1", "istanbul": "^0.4.5", "jasmine-core": "^2.9.1", "karma": "^2.0.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.1", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.9", "node-sass": "^4.9.0", "rollup": "^0.55.1", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-scss": "^0.4.0", "rollup-plugin-uglify": "^4.0.0", "sass-loader": "^7.0.3", "style-loader": "^0.21.0", "webpack": "^3.10.0" } }