node-quill-converter
Version:
Convert HTML to Delta or Delta to HTML
32 lines (31 loc) • 647 B
JSON
{
"name": "node-quill-converter",
"version": "0.3.3",
"description": "Convert HTML to Delta or Delta to HTML",
"keywords": [
"node",
"quill",
"delta",
"convert",
"html"
],
"homepage": "https://github.com/joelcolucci/node-quill-converter",
"bugs": {
"url": "https://github.com/joelcolucci/node-quill-converter/issues"
},
"main": "./lib/index.js",
"author": "Joel Colucci",
"license": "MIT",
"private": false,
"scripts": {
"test": "jest test"
},
"dependencies": {
"jsdom": "^11.8.0",
"quill": "^1.3.6"
},
"devDependencies": {
"jest": "^25.1.0",
"leakage": "^0.5.0"
}
}