{
    "name": "js-captcha",
    "title": "JavaScript Captcha",
    "description": "Simple captcha component written in pure JavaScript with no dependencies based on canvas element",
    "version": "1.2.2",
    "license": "MIT",
    "author": {
        "name": "Robert Velickovski",
        "email": "roby@rvdizajn.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/robiveli/js-captcha.git"
    },
    "main": "dist/js/index.js",
    "keywords": [
        "captcha",
        "vanilla",
        "simple",
        "dependency-free",
        "lightweight",
        "javascript"
    ],
    "devDependencies": {
        "@babel/core": "^7.9.6",
        "@babel/preset-env": "^7.9.6",
        "babel-core": "^6.26.3",
        "babel-preset-env": "^0.0.0",
        "grunt": "^1.1.0",
        "grunt-babel": "^8.0.0",
        "grunt-contrib-uglify": "^5.2.2",
        "grunt-contrib-watch": "^1.1.0",
        "grunt-minify-html": "^3.0.0",
        "grunt-umd": "^3.0.0",
        "jest": "^30.0.2",
        "jest-canvas-mock": "^2.2.0",
        "jest-environment-jsdom": "^30.0.2",
        "load-grunt-tasks": "^5.1.0"
    },
    "scripts": {
        "dev": "grunt watch",
        "build": "grunt build",
        "test": "jest --coverage"
    }
}
