forked from eugene1g/font-blast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 Bytes
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
{
"name": "font-blast",
"description": "Converts any icon-font (FontAwesome etc) into individual SVG files for each icon.",
"version": "0.2.2",
"license": "MIT",
"author": "eugene1g <[email protected]>",
"homepage": "https://github.com/eugene1g/font-blast",
"repository": {
"type": "git",
"url": "https://github.com/eugene1g/font-blast.git"
},
"bugs": {
"url": "https://github.com/eugene1g/font-blast/issues"
},
"main": "lib/font-blast/index.js",
"bin": {
"font-blast": "./bin/font-blast.js"
},
"keywords": [
"svg",
"font",
"icon",
"extract"
],
"dependencies": {
"commander": "~2.3",
"graceful-fs": "^3.0.3",
"mkdirp": "~0.5.0",
"svg2ttf": "^1.2.0",
"svgo": "0.4.4",
"xmldom": "^0.1.19"
}
}