-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "wysiwyg-editor-node-sdk",
"version": "5.2.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"
}
}