vue-longpress
Version:
Hold the click in the button to confirm the action
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "vue-longpress",
"version": "1.0.2",
"scripts": {
"build": "rm -rf ./dist && webpack --config ./webpack.config.js && webpack --config webpack.config.min.js",
"release": "bash ./release.sh"
},
"description": "Hold the click in the button to confirm the action",
"main": "dist/vue-longpress.js",
"repository": {
"type": "git",
"url": "git+https://github.com/javisperez/vue-longpress.git"
},
"keywords": [
"vue",
"vuejs",
"button",
"confirm",
"confirmation",
"longpress",
"vue-longpress",
"hold click",
"plugin"
],
"author": {
"name": "Javis Perez",
"email": "javisperez@gmail.com"
},
"readme": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/javisperez/vue-longpress/issues"
},
"homepage": "https://github.com/javisperez/vue-longpress",
"dependencies": {
"vue": "^2.1.10"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.1",
"node-sass": "^4.4.0",
"sass-loader": "^4.1.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.1.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.14.0",
"webpack-merge": "^2.6.1"
}
}