-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.43 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
42
43
44
45
46
47
48
49
50
{
"name": "@covalent/text-editor",
"version": "3.1.1-beta.1",
"description": "Teradata UI Platform Text Editor Module",
"keywords": [
"angular",
"covalent",
"easymde",
"markdown",
"text",
"editor",
"electron",
"reusable"
],
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
},
"bugs": {
"url": "https://github.com/Teradata/covalent/issues"
},
"license": "MIT",
"author": "Teradata UX",
"contributors": [
"Kyle Ledbetter <kyle.ledbetter@teradata.com>",
"Richa Vyas <richa.vyas@teradata.com>",
"Ed Morales <eduardo.morales@teradata.com>",
"Jason Weaver <jason.weaver@teradata.com>",
"Jeremy Wilken <jeremy.wilken@teradata.com>",
"Jeremy Smartt <jeremy.smartt@teradata.com>",
"Steven Ov <steven.ov@teradata.com>",
"Julie Knowles <julie.knowles@teradata.com>"
],
"dependencies": {
"easymde": "2.8.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^9.0.0 || ^10.0.0-0 || ^11.0.0-0",
"@angular/core": "^9.0.0 || ^10.0.0-0 || ^11.0.0-0"
},
"main": "bundles/covalent-text-editor.umd.js",
"module": "fesm2015/covalent-text-editor.js",
"es2015": "fesm2015/covalent-text-editor.js",
"esm2015": "esm2015/covalent-text-editor.js",
"fesm2015": "fesm2015/covalent-text-editor.js",
"typings": "covalent-text-editor.d.ts",
"metadata": "covalent-text-editor.metadata.json",
"sideEffects": false
}