-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "@covalent/code-editor",
"version": "3.1.1-beta.1",
"description": "Teradata UI Platform Code Editor Module",
"keywords": [
"angular",
"covalent",
"monaco",
"monaco-editor",
"code",
"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 <[email protected]>",
"Richa Vyas <[email protected]>",
"Ed Morales <[email protected]>",
"Jason Weaver <[email protected]>",
"Jeremy Wilken <[email protected]>",
"Jeremy Smartt <[email protected]>",
"Steven Ov <[email protected]>"
],
"dependencies": {
"monaco-editor": "^0.22.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-code-editor.umd.js",
"module": "fesm2015/covalent-code-editor.js",
"es2015": "fesm2015/covalent-code-editor.js",
"esm2015": "esm2015/covalent-code-editor.js",
"fesm2015": "fesm2015/covalent-code-editor.js",
"typings": "covalent-code-editor.d.ts",
"metadata": "covalent-code-editor.metadata.json",
"sideEffects": false
}