-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "iconism",
"version": "1.2.3",
"description": "A complete fonts and web assets generator from svg icon files",
"keywords": [
"icon",
"icons",
"svg",
"ttf",
"woff",
"woff2",
"eot",
"css",
"scss",
"sass",
"json",
"html",
"assets",
"fonts",
"font",
"webfont"
],
"main": "lib/index.js",
"bin": {
"iconism": "bin/index.js"
},
"scripts": {
"lint": "eslint **/*.js --fix -o eslint.log -f unix",
"test": "npm run lint"
},
"dependencies": {
"commander": "^7.1.0",
"ejs": "^3.1.6",
"extend": "^3.0.2",
"glob": "^7.1.6",
"njfs": "^1.2.5",
"svg2ttf": "^5.1.0",
"svgo": "^2.2.2",
"svgpath": "^2.3.1",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.2",
"ttf2woff2": "^4.0.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-node": "^11.1.0"
},
"author": "Orçun Saltık <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/orcunsaltik/iconism.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/orcunsaltik/iconism/issues"
},
"homepage": "https://github.com/orcunsaltik/iconism#readme",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 10.22.1"
}
}