{
  "name": "buddy.js",
  "version": "0.9.3",
  "description": "Magic number detector for javascript",
  "keywords": [
    "magic",
    "number",
    "constant",
    "detection",
    "detect",
    "sniffer",
    "cli",
    "tool"
  ],
  "author": "Daniel St. Jules <danielst.jules@gmail.com>",
  "licenses": [
    "MIT"
  ],
  "homepage": "https://github.com/danielstjules/buddy.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/danielstjules/buddy.js.git"
  },
  "dependencies": {
    "acorn": "^5.0.3",
    "bluebird": "*",
    "chalk": "*",
    "commander": "*",
    "node-filepaths": "0.0.2",
    "strip-json-comments": "1.0.2"
  },
  "devDependencies": {
    "dirmap": "0.0.2",
    "expect.js": "*",
    "mocha": "*"
  },
  "bin": {
    "buddy": "./bin/buddy"
  },
  "scripts": {
    "test": "mocha -R spec spec/unit spec/integration"
  }
}
