forked from NodeBB-Community/nodebb-plugin-composer-redactor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 786 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
{
"name": "nodebb-plugin-composer-redactor",
"version": "1.3.4",
"description": "Redactor Composer for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-composer-redactor"
},
"keywords": [
"nodebb",
"plugin",
"composer",
"redactor"
],
"author": {
"name": "NodeBB Team",
"email": "sales@nodebb.org"
},
"license": "http://imperavi.com/redactor/license/",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-plugin-composer-redactor/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^0.7.1 || ^0.8.0"
},
"peerDependencies": {
"nodebb-plugin-composer-default": ">=1.0.3"
},
"dependencies": {
"sanitize-html": "^1.7.2"
}
}