27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"name": "svgdir2sprite",
|
|
"version": "1.0.0",
|
|
"description": "Creates a spritesheet from a directory of svgs.",
|
|
"repository": "sharpshark28/svgdir2sprite",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"svgdir2sprite": "./cli.js"
|
|
},
|
|
"keywords": [
|
|
"svg",
|
|
"symbol",
|
|
"sprite",
|
|
"spritesheet",
|
|
"generator",
|
|
"icon",
|
|
"icons"
|
|
],
|
|
"author": "Joe Wroten <sharpshark28@gmail.com> (http://joewroten.com/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.3.0",
|
|
"fs": "0.0.1-security",
|
|
"svg2sprite": "^2.0.1",
|
|
"yargs": "^7.1.0"
|
|
}
|
|
}
|