-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
37 lines (37 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": "[email protected]",
"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"
}
}