wysiwyg-editor-node-sdk
Version:
Node.js SDK for Froala Editor
37 lines (36 loc) • 803 B
JSON
{
"name": "wysiwyg-editor-node-sdk",
"version": "4.6.0",
"author": "Froala Labs",
"description": "Node.js SDK for Froala Editor",
"main": "lib/froalaEditor.js",
"scripts": {
"start": "node ./examples/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/froala/wysiwyg-editor-node-sdk.git"
},
"keywords": [
"froala",
"editor",
"node.js",
"sdk"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/wysiwyg-editor-node-sdk/issues"
},
"homepage": "https://www.froala.com/wysiwyg-editor",
"dependencies": {
"busboy": "~0.2.13",
"crypto-js": "^3.1.6",
"gm": "^1.23.0",
"merge": "~2.1.1",
"sha1": "~1.1.1"
},
"devDependencies": {
"body-parser": "^1.15.2",
"express": "~4.17.1"
}
}