vue-contenteditable-directive
Version:
v-model isn't compatible with contentdeditable divs - this directive fills in
33 lines (32 loc) • 972 B
JSON
{
"name": "vue-contenteditable-directive",
"version": "1.2.0",
"description": "v-model isn't compatible with contentdeditable divs - this directive fills in",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asconwe/vue-contenteditable-directive.git"
},
"keywords": [
"Vue",
"directive",
"contenteditable"
],
"author": "August Conwell",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asconwe/vue-contenteditable-directive/issues"
},
"homepage": "https://github.com/asconwe/vue-contenteditable-directive#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0"
}
}