@entryone/draft-js-import-element
Version:
DraftJS: Import Element to ContentState
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "@entryone/draft-js-import-element",
"version": "1.3.7",
"description": "DraftJS: Import Element to ContentState",
"main": "lib/main.js",
"scripts": {
"release": "npm run build && npm publish",
"build": "babel src --out-dir lib --ignore \"_*\"",
"watch": "babel src --watch --out-dir lib --ignore \"_*\""
},
"dependencies": {
"draft-js-utils": "^1.3.3",
"synthetic-dom": "^1.3.3"
},
"peerDependencies": {
"draft-js": ">=0.10.0",
"immutable": "3.x.x"
},
"keywords": [
"draft-js",
"import-element"
],
"author": "sstur@me.com",
"contributors": [
{
"name": "Per Nilsson",
"url": "https://github.com/coopy"
},
{
"name": "Simon Sturmer",
"url": "https://github.com/sstur"
}
],
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-import-element",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-element/README.md"
}