-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 874 Bytes
/
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
{
"description": "Creston Style Icons as Scalable Fonts",
"keywords": [
"font",
"crestron",
"neo",
"icon",
"svg"
],
"homepage": "https://crestron.com",
"bugs": {
"url": "https://github.com/alvaroyurrita/Crestron-Fonts/issues"
},
"author": {
"name": "Alvaro Yurrita",
"email": "[email protected]"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/alvaroyurrita/Crestron-Fonts"
},
"engines": {
"node": ">=6"
},
"version": "2.0.0",
"name": "ay-crestron-fonts",
"main": "js/crestronfonts.js",
"style": "css/crestronfonts.css",
"license": "(Font: Crestron, CSS: MIT License)",
"scripts": {
"postinstall": "node attribution.js"
}
}