UNPKG

sharpvg

Version:

Converts bitmaps to beautifully pixelated SVGs

39 lines (38 loc) 741 B
{ "name": "sharpvg", "description": "Converts bitmaps to beautifully pixelated SVGs", "keywords": [ "gif", "pixelart", "pixelated", "sharp", "svg" ], "version": "0.5.2", "scripts": { "dist": "scripts/dist", "test": "scripts/test" }, "author": "Szymon Witamborski <simon@brainshave.com>", "license": "MIT", "bin": { "sharpvg": "./cli.js" }, "engines": { "node": ">= 0.8.0" }, "repository": { "type": "git", "url": "https://github.com/brainshave/sharpvg.git" }, "bugs": { "url": "https://github.com/brainshave/sharpvg/issues" }, "dependencies": { "omggif": "^1.0.5" }, "devDependencies": { "browserify": "^5.9.1", "uglify-js": "^2.4.15" } }