last-draft-js-plugins
Version:
Last Draft draft-js-plugins
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "draft-js-modal-plugin",
"version": "1.2.0",
"description": "LastDraft modals for DraftJS",
"authors": [
"Benjamin Kniffler <benjamin@kniffler.com> (https://github.com/bkniffler)",
"Nik Graf <nik@nikgraf.com> (http://www.nikgraf.com)",
"Steven Iseki <stevenisekimartin@gmail.com> (https://github.com/StevenIseki)",
"Marcelo Jorge Vieira <metal@alucinados.com> (https://github.com/marcelometal)"
],
"repository": {
"type": "git",
"url": "https://github.com/vacenz/last-draft-js-plugins.git"
},
"main": "lib/index.js",
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"build": "BABEL_ENV=production ../node_modules/.bin/babel --out-dir='lib' src"
},
"license": "MIT",
"devDependencies": {
"draft-js": "0.10.1",
"react": "15.5.0",
"react-dom": "15.5.0"
},
"peerDependencies": {
"draft-js": "0.10.1",
"react": "15.5.0",
"react-dom": "15.5.0"
},
"dependencies": {
"draft-js-emoji-picker-plugin": "1.2.0",
"draft-js-color-picker-plugin": "1.2.0",
"draft-js-gif-picker-plugin": "1.2.0"
}
}