{
  "name": "12g",
  "version": "1.0.1",
  "description": "Administration tool for development and devops, according to the 12factor principles as applied by @grrr-amsterdam.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grrr-amsterdam/12g.git"
  },
  "keywords": [
    "devops",
    "12factor",
    "administration",
    "remote"
  ],
  "author": "David Spreekmeester <david@grrr.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grrr-amsterdam/12g/issues"
  },
  "preferGlobal": true,
  "homepage": "https://github.com/grrr-amsterdam/12g#readme",
  "bin": {
    "12g": "./router.js"
  },
  "dependencies": {
    "12g-cleandotenv": "^1.0.0",
    "12g-env-template": "^1.0.2",
    "capistrano-config": "^1.0.2",
    "capistrano-ssh-wrapper": "^1.0.0",
    "chalk": "^1.1.3",
    "child_process": "^1.0.2",
    "cli": "^1.0.1",
    "cli-table2": "^0.2.0",
    "lodash": "^4.17.4",
    "mocha": "^5.0.0",
    "mysql-ssh": "^1.0.1",
    "mysql2": "^1.2.0",
    "mysqldump": "^1.4.2",
    "path": "^0.12.7",
    "shelljs": "^0.8.1",
    "subcommander": "^1.0.0"
  }
}
