{
  "name": "honeyjs",
  "version": "1.1.3",
  "description": "An open source Javascript HoneyPot library",
  "main": "honey.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build-cov": "echo '!!BUILDING COV FILES ...' && istanbul instrument honey.js > test/honey.cov.js && istanbul instrument honey.min.js > test/honey.min.cov.js && echo '!!DONE'",
    "report-cov": "echo '!!REPORTING COVERAGE ...' && istanbul report --root coverage lcov && echo '!!DONE'",
    "run-test": "echo '!!RUNNING TESTS ...' && grunt test && rm -f test/honey.cov.js && rm -f test/honey.min.cov.js && echo '!!DONE'",
    "send-cov": "echo '!!SENDING TO COVERALLS ...' && grunt send-cov && rm -f -R coverage && echo '!!DONE'",
    "test": "npm run build-cov && npm run run-test && npm run report-cov",
    "build": "npm run build-cov && npm run run-test && npm run report-cov && npm run send-cov",
    "build-doc": "rm -f -R doc && jsdoc -c jsdoc.json && cp -a -f examples/. doc/ && cp -a -f doc/honeyjs/. doc/ && rm -R -f doc/honeyjs && mv -f doc/1.1.* doc/1.1.0",
    "clean-doc": "rm -R -f doc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zudd/honeyjs.git"
  },
  "keywords": [
    "honeypot",
    "honeyjs",
    "javascript",
    "honey",
    "pot",
    "avoid",
    "spam",
    "detect",
    "bot",
    "spamming",
    "jquery",
    "plugin",
    "recaptcha",
    "google",
    "coverage",
    "security"
  ],
  "author": "Zudd (Hung Luu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zudd/honeyjs/issues"
  },
  "homepage": "https://github.com/zudd/honeyjs#readme",
  "engines": {
    "node": ">=0.8"
  },
  "devDependencies": {
    "blanket": "^1.1.9",
    "chai": "^3.4.0",
    "grunt": "^0.4.5",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-coveralls": "^1.0.0",
    "grunt-mip": "^1.0.8",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "mocha": "^2.3.3",
    "namis": "^1.0.3"
  }
}
