{
  "name": "vmgen",
  "version": "1.0.3",
  "description": "Lightweight VM config generator for Drupal development",
  "main": "app/scripts/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "vmgen": "app/scripts/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drupalway/vmgen.git"
  },
  "author": "Valentine Matsveiko",
  "license": "GPL-3.0",
  "dependencies": {
    "fs": "0.0.2",
    "commander": "2.9.0",
    "fs-extra": "0.30.0"
  }
}
