{
  "name": "ansible-web-playbooks",
  "description": "Playbook roles for the web, modern server orchestration powered by Ansible",
  "version": "0.5.8",
  "keywords": [
    "ansible",
    "playbook",
    "server",
    "web",
    "ubuntu",
    "bootstrap"
  ],
  "homepage": "http://mgcrea.github.io/ansible-web-playbooks",
  "bugs": "https://github.com/mgcrea/ansible-web-playbooks/issues",
  "author": {
    "name": "Olivier Louvignes",
    "email": "olivier@mg-crea.com",
    "url": "https://github.com/mgcrea"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mgcrea/ansible-web-playbooks.git"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "ansible-playbook -i vagrant_ansible_inventory_default playbook.yml"
  }
}
