{
  "name": "validinator",
  "author": "Jim Ackley <jim@dynamit.com>",
  "license": "UNLICENSED",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/jackley/validator"
  },
  "scripts": {
    "setup": "npm install && mv README.tpl.md README.md",
    "prestart": "npm install",
    "build": "npm run prestart && gulp",
    "start": "gulp --dev",
    "lint": "eslint .",
    "validate": "npm prune && npm ls"
  },
  "engines": {
    "node": "^4",
    "npm": "^2"
  },
  "devDependencies": {
    "babel-core": "^6.5.2",
    "babel-loader": "^6.2.2",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-stage-2": "^6.11.0",
    "browser-sync": "^2.8.0",
    "del": "^2.2.0",
    "eslint": "3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "gulp": "^3.9.0",
    "gulp-if": "^2.0.0",
    "gulp-plumber": "^1.0.1",
    "gulp-util": "^3.0.1",
    "handlebars-loader": "^1.1.4",
    "imports-loader": "^0.6.4",
    "istanbul-instrumenter-loader": "^1.0.0",
    "jasmine-core": "^2.5.2",
    "node-notifier": "^5.0.2",
    "precommit-hook-eslint": "^3.0.0",
    "run-sequence": "^1.0.2",
    "scripts-loader": "^0.1.3",
    "webpack": "^1.10.5"
  },
  "browserDependencies": {
    "webpack": "^1.10.5"
  },
  "pre-commit": [
    "lint",
    "validate",
    "test"
  ]
}
