forked from ideasonpurpose/basic-wordpress-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 869 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
{
"name": "basic-wordpress-vagrant",
"version": "0.4.1",
"private": true,
"description": "A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms",
"repository": {
"type": "git",
"url": "git+https://github.com/ideasonpurpose/basic-wordpress-vagrant.git"
},
"scripts": {
"version": "version-everything && git add -u"
},
"keywords": [
"vagrant",
"wordpress",
"ansible",
"webdev"
],
"author": "Joe Maller <joe@ideasonpurpose.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ideasonpurpose/basic-wordpress-vagrant/issues"
},
"homepage": "https://github.com/ideasonpurpose/basic-wordpress-vagrant#readme",
"devDependencies": {
"version-everything": "^0.1.2"
},
"version_files": [
"README.md",
"ansible/main.yml",
"Vagrantfile"
]
}