@wegotpop/synthetic-dom
Version:
Synthetic HTML DOM for use with parsing within React-RTE
25 lines (24 loc) • 811 B
JSON
{
"name": "@wegotpop/synthetic-dom",
"version": "1.3.8",
"description": "Synthetic HTML DOM for use with parsing within React-RTE",
"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 \"_*\""
},
"keywords": [
"synthetic-dom",
"virtual-dom",
"markdown-parser"
],
"author": "sstur@me.com",
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/synthetic-dom",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/synthetic-dom/README.md",
"gitHead": "fc8bc3ace1e62a2bc7ccf2c799420fb2c7bfc93b"
}