{
  "name": "guy",
  "version": "14.2.0",
  "description": "npm dependencies checker",
  "main": "lib/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/loveencounterflow/guy.git"
  },
  "keywords": [
    "kitchensink"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/loveencounterflow/guy/issues"
  },
  "homepage": "https://github.com/loveencounterflow/guy",
  "dependencies": {
    "intertype-legacy": "^7.7.1"
  },
  "scripts": {
    "build": "coffee -c options.coffee && coffee --map -o lib -c src",
    "doctoc": "doctoc README.md",
    "test": "npm run build && node lib/tests.js"
  }
}