{
  "name": "proon",
  "version": "1.6.0",
  "description": "",
  "bin": "./bin/proon",
  "main": "index.js",
  "scripts": {
    "test": "npm run test:lint",
    "test:lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lennym/proon.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lennym/proon/issues"
  },
  "homepage": "https://github.com/lennym/proon#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "builtin-modules": "^1.1.1",
    "chalk": "^2.0.1",
    "espree": "^3.4.3",
    "findup": "^0.1.5",
    "glob": "^7.1.2",
    "ignore": "^3.3.3",
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "eslint": "^4.2.0",
    "eslint-config-homeoffice": "^2.1.2"
  }
}
