hztianxu-draft-js-plugins
Version:
A Plugin Architecture on top of Draft.JS
38 lines (37 loc) • 800 B
JSON
{
"name": "draft-js-buttons",
"version": "2.0.0-beta9",
"description": "Buttons for DraftJS",
"author": {
"name": "Nik Graf",
"email": "nik@nikgraf.com"
},
"repository": {
"type": "git",
"url": "https://github.com/draft-js-plugins/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' --ignore='__tests__/*' src",
"prepublish": "npm run build"
},
"license": "MIT",
"dependencies": {
"union-class-names": "^1.0.0",
"draft-js": ">=0.9.1"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
}
}