UNPKG

vue2-medium-editor

Version:
42 lines (41 loc) 1.11 kB
{ "name": "vue2-medium-editor", "version": "1.1.6", "description": "A VueJS plugin for medium-editor", "main": "dist/vueMediumEditor.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist", "build": "webpack", "build-production": "NODE_ENV=production webpack", "prepublish": "npm run clean && npm run build && npm run build-production" }, "repository": { "type": "git", "url": "git+https://github.com/FranzSkuffka/vue-medium-editor.git" }, "keywords": [ "vue", "js", "medium", "editor", "directive" ], "author": "Jan Wirth <contact@jan-wirth.de>", "license": "MIT", "bugs": { "url": "https://github.com/FranzSkuffka/vue-medium-editor/issues" }, "homepage": "https://github.com/FranzSkuffka/vue-medium-editor#readme", "dependencies": { "babel-loader": "^7.0.0", "babili": "^0.1.2", "medium-editor": "^5.22.1", "uglifyjs-webpack-plugin": "^0.4.3", "webpack": "^2.7.0" }, "devDependencies": { "babel-preset-es2015": "^6.18.0", "babelify": "^7.3.0" } }