{
  "name": "build-info",
  "version": "1.0.0",
  "description": "Looks for a version information file and returns the result via an Express route",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "nyc --check-coverage tape test/**/*.js | tap-spec",
    "lint": "eslint .",
    "validate": "npm ls"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "author": "Matt Hamann <matthew.hamann@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^6.0.2",
    "eslint": "^2.8.0",
    "express": "^4.13.4",
    "nyc": "^11.3.0",
    "precommit-hook": "^3.0.0",
    "supertest": "^1.2.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "pre-commit": [
    "lint",
    "validate",
    "test"
  ]
}
