{
  "name": "nash",
  "version": "3.0.0",
  "description": "Craft command-line Masterpieces",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run lint && tape test/** | tap-format-spec",
    "jshint": "jshint ./lib/** ./test/**",
    "lint": "eslint lib/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/nash.git"
  },
  "keywords": [
    "command",
    "line",
    "cli",
    "bash",
    "terminal",
    "commander",
    "prompt"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/nash/issues"
  },
  "homepage": "https://github.com/scottcorgan/nash",
  "dependencies": {
    "async": "^1.3.0",
    "flat-arguments": "^1.0.0",
    "lodash": "^4.17.5",
    "minimist": "^1.1.0"
  },
  "devDependencies": {
    "@tap-format/spec": "0.2.0",
    "eslint": "^0.24.0",
    "tape": "^4.0.0"
  }
}
