-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.52 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/highlight",
"version": "3.1.1-beta.1",
"description": "Teradata UI Platform Highlight Module",
"keywords": [
"angular",
"components",
"reusable",
"highlight",
"highlightjs"
],
"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>"
],
"dependencies": {
"highlight.js": "^9.13.1",
"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",
"@angular/platform-browser": "^9.0.0 || ^10.0.0-0 || ^11.0.0-0",
"@angular/cdk": "^9.0.0 || ^10.0.0-0 || ^11.0.0-0",
"@angular/material": "^9.0.0 || ^10.0.0-0 || ^11.0.0-0"
},
"main": "bundles/covalent-highlight.umd.js",
"module": "fesm2015/covalent-highlight.js",
"es2015": "fesm2015/covalent-highlight.js",
"esm2015": "esm2015/covalent-highlight.js",
"fesm2015": "fesm2015/covalent-highlight.js",
"typings": "covalent-highlight.d.ts",
"metadata": "covalent-highlight.metadata.json",
"sideEffects": false
}