vue-rubberband
Version:
Rubberband component of Vue.js
56 lines (55 loc) • 1.79 kB
JSON
{
"name": "vue-rubberband",
"version": "0.1.0",
"author": "katashin",
"description": "Rubberband component of Vue.js",
"keywords": [
"component",
"Vue.js",
"rubberband"
],
"license": "MIT",
"main": "dist/vue-rubberband.cjs.js",
"files": [
"dist"
],
"homepage": "https://github.com/ktsn/vue-rubberband",
"bugs": "https://github.com/ktsn/vue-rubberband/issues",
"repository": {
"type": "git",
"url": "https://github.com/ktsn/vue-rubberband.git"
},
"scripts": {
"prepublishOnly": "npm run release",
"clean": "rm -rf dist .tmp",
"play": "poi --open --config scripts/play.config.js",
"build": "run-p build:cjs build:dev build:prod",
"build:cjs": "rollup -c scripts/rollup.config.js --environment BUILD:cjs",
"build:dev": "rollup -c scripts/rollup.config.js --environment BUILD:dev",
"build:prod": "rollup -c scripts/rollup.config.js --environment BUILD:prod | uglifyjs -mc warnings=false --comments -o dist/vue-rubberband.min.js",
"build:play": "poi build --config scripts/play.config.js",
"lint": "eslint --fix \"@(src|scripts)/**/*.js\"",
"release": "run-s lint clean build"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.0.0",
"eslint-config-ktsn": "^1.0.2",
"eslint-plugin-html": "^3.0.0",
"npm-run-all": "^4.0.2",
"poi": "^8.0.0",
"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-vue": "^2.4.0",
"uglify-js": "^3.0.15",
"vue": "^2.3.4",
"vue-play": "^3.2.1"
}
}