-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "@kolkov/angular-editor",
"version": "1.1.5",
"description": "A simple native WYSIWYG editor for Angular 6+, 7+, 8+. Rich Text editor component for Angular.",
"author": "Andrey Kolkov <[email protected]>",
"repository": "https://github.com/kolkov/angular-editor",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/kolkov/angular-editor/issues"
},
"peerDependencies": {
"@angular/common": ">=8.0.0 <12",
"@angular/core": ">=8.0.0 <12",
"@angular/forms": ">=8.0.0 <12",
"@angular/platform-browser": ">=8.0.0 <12",
"rxjs": "^6.x.x"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"editor",
"native",
"wysiwyg",
"angular-editor",
"angular-wysiwyg-editor",
"wysiwyg-editor",
"rich",
"rich text editor"
],
"main": "bundles/kolkov-angular-editor.umd.js",
"module": "fesm2015/kolkov-angular-editor.js",
"es2015": "fesm2015/kolkov-angular-editor.js",
"esm2015": "esm2015/kolkov-angular-editor.js",
"fesm2015": "fesm2015/kolkov-angular-editor.js",
"typings": "kolkov-angular-editor.d.ts",
"metadata": "kolkov-angular-editor.metadata.json",
"sideEffects": false
}