-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "@pictogrammers/materialdings",
"version": "1.0.0",
"description": "A modern take on a classic, MaterialDings recreates the legendary Wingdings font using Material Design guidelines.",
"main": "index.mjs",
"author": "Michael Irigoyen <[email protected]>",
"license": "Apache-2.0",
"type": "module",
"engines" : {
"node" : ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pictogrammers/MaterialDings.git"
},
"bugs": {
"url": "https://github.com/Pictogrammers/MaterialDings/issues"
},
"homepage": "https://github.com/Pictogrammers/MaterialDings#readme",
"directories": {
"lib": "lib"
},
"keywords": [
"wingdings",
"material",
"mdi",
"font",
"fontface"
],
"scripts": {
"build": "node index.mjs"
},
"devDependencies": {
"@mdi/js": "^6.9.96",
"eslint": "^8.19.0",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^12.0.0",
"svgpath": "^2.5.0",
"ttf2woff": "^3.0.0",
"ttf2woff2": "^4.0.5"
}
}