{
    "name": "magic-wand-tool",
    "version": "1.1.7",
    "description": "Magic wand tool (fuzzy selection) by color",
    "main": "dist/magic-wand.js",
    "scripts": {
        "rollup": "rollup -c",
        "production": "npm run rollup --silent"
    },
    "homepage": "https://github.com/Tamersoul/magic-wand-js",
    "repository": {
        "type": "git",
        "url": "https://github.com/Tamersoul/magic-wand-js.git"
    },
    "keywords": [
        "image",
        "magic-wand",
        "selection",
        "floodfill",
        "contour"
    ],
    "author": "Ryasnoy Paul <ryasnoypaul@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Tamersoul/magic-wand-js/issues"
    },
    "devDependencies": {
        "rollup": "^1.32.1",
        "rollup-plugin-terser": "^5.3.1"
    },
    "files": [
        "LICENSE",
        "README.md",
        "dist",
        "src"
    ]
}
