{
    "name": "jquery-plugin-svg2img",
    "version": "1.0.1",
    "description": "Convert inline SVGs to standalone SVG image files without loosing styles",
    "main": "svg2img.min.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ogobrecht/jquery-plugin-svg2img.git"
    },
    "keywords": [
        "jquery-plugin",
        "ecosystem:jquery",
        "svg",
        "image",
        "export"
    ],
    "author": "Ottmar Gobrecht",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ogobrecht/jquery-plugin-svg2img/issues"
    },
    "homepage": "https://github.com/ogobrecht/jquery-plugin-svg2img",
    "devDependencies": {
        "jshint": "^2.9.4",
        "grunt": "^1.0.1",
        "grunt-contrib-jshint": "^1.1.0",
        "grunt-contrib-concat": "^1.0.1",
        "grunt-contrib-uglify": "^2.2.0",
        "grunt-contrib-watch": "^1.0.0",
        "grunt-notify": "^0.4.5"
    }
}
