forked from Rush/Font-Awesome-SVG-PNG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 970 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
{
"name": "font-awesome-svg-png",
"version": "1.2.2",
"description": "Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator",
"main": "font-awesome-svg-png",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node font-awesome-svg-png.js --color black,white --png --svg --optipng"
},
"author": "Damian Kaczmarek <[email protected]>",
"contributors": [
"Dominykas Blyžė <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/encharm/Font-Awesome-SVG-PNG"
},
"bin": {
"font-awesome-svg-png": "./font-awesome-svg-png.js"
},
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.13",
"extend": "~1.2.1",
"font-awesome": "^4.7.0",
"graceful-fs": "~2.0.1",
"lodash.indexby": "^3.0.0",
"mkdirp": "^0.5.0",
"optimist": "~0.6.0",
"svgo": "0.4.4",
"xml2js": "^0.4.5"
}
}