@wegotpop/draft-js-import-element
Version:
DraftJS: Import Element to ContentState
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "@wegotpop/draft-js-import-element",
"version": "1.3.9",
"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": {
"@wegotpop/draft-js-utils": "^1.3.8",
"@wegotpop/synthetic-dom": "^1.3.8"
},
"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",
"gitHead": "6e72aababaf723cfdf299fbfa9095c6db78dcb74"
}