svgo
Version:
Nodejs-based tool for optimizing SVG vector graphics files
56 lines (55 loc) • 1.19 kB
JSON
{
"name": "svgo",
"version": "0.0.5",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [
"svgo",
"svg",
"optimize",
"minify"
],
"homepage": "http://deepsweet.github.com/svgo",
"bugs": {
"url": "https://github.com/deepsweet/svgo/issues",
"email": "kir@soulshine.in"
},
"author": "Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)",
"contributors": [
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
],
"repository": {
"type": "git",
"url": "git://github.com/deepsweet/svgo.git"
},
"main": "./lib/svgo.js",
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"bin": {
"svgo": "./bin/svgo"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --require should --recursive"
},
"dependencies": {
"sax": "0.4.x",
"q": "0.8.x",
"q-fs": "",
"coa": "0.3.x",
"inherit": ""
},
"devDependencies": {
"mocha": "1.4.x",
"should": ""
},
"engines": {
"node": ">=0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/deepsweet/svgo/master/LICENSE"
}
]
}