-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_package.json
49 lines (49 loc) · 1.26 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": "@igniteui/material-icons-extended",
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.",
"author": "Infragistics",
"license": "MIT",
"version": "3.0.2",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./construction": "./construction.js",
"./content": "./content.js",
"./editor": "./editor.js",
"./election": "./election.js",
"./finance": "./finance.js",
"./health": "./health.js",
"./logos": "./logos.js",
"./programming": "./programming.js",
"./socialMedia": "./socialMedia.js",
"./migrations/*": {
"default": "./migrations/*"
},
"./package.json": {
"default": "./package.json"
}
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/IgniteUI/material-icons-extended.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"icons",
"material",
"infragistics",
"igniteui"
],
"bugs": {
"url": "https://github.com/IgniteUI/material-icons-extended/issues"
},
"homepage": "https://github.com/IgniteUI/material-icons-extended#readme",
"ng-update": {
"migrations": "./migrations/migration.json"
},
"sideEffects": false
}