forked from surmon-china/ngx-quill-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 788 Bytes
/
package.json
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
{
"name": "ngx-quill-editor",
"version": "2.2.2",
"description": "Quill editor component for Angular",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/ngx-quill-editor.git"
},
"keywords": [
"ng2-quill-editor",
"ng2 text editor",
"ng2 web editor",
"ng2 editor"
],
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "http://surmon.me"
},
"license": "MIT",
"dependencies": {
"@types/quill": "^0.0.31",
"quill": "^1.3.1"
},
"bugs": {
"url": "https://github.com/surmon-china/ngx-quill-editor/issues"
},
"homepage": "https://github.com/surmon-china/ngx-quill-editor#readme"
}