{
  "name": "node-alias",
  "version": "1.0.4",
  "description": "Alias the long version of a command to the short version, with optional messaging.",
  "main": "index.js",
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": "justinhelmer/node-alias",
  "keywords": [
    "node",
    "alias",
    "short",
    "command",
    "bin",
    "long"
  ],
  "author": "Justin Helmer <jhelmer25@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/justinhelmer/node-alias/issues"
  },
  "homepage": "https://github.com/justinhelmer/node-alias#readme",
  "dependencies": {
    "chalk": "^1.1.1",
    "lodash": "^4.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "require-subvert": "^0.1.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  }
}
