{
  "name": "easy-captcha",
  "version": "0.1.5",
  "description": "Easily add captcha to forms",
  "main": "captcha.js",
  "keywords": [
    "captcha",
    "forms"
  ],
  "engines": {
    "node": ">=0.8.5"
  },
  "scripts": {
    "preinstall": "node make.js",
    "install": "node-gyp rebuild",
    "test": "node ./test/main_test.js"
  },
  "gypfile": true,
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "",
  "author": "Yonatan Ellman",
  "license": "BSD"
}
