{
  "name": "bashinate",
  "version": "0.7.1",
  "description": "System provisioning using BASH (for Debian/Ubuntu based systems)",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "bin": {
    "bashinate": "./bashinate"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/DamonOehlman/bashinate.git"
  },
  "keywords": [
    "provisioning",
    "bash",
    "scripting"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "MIT"
}