-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 945 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
38
39
40
41
42
43
44
{
"name": "wpkit",
"version": "1.2.0",
"description": "Command line toolkit for managing and deploying WordPress installations over SSH in multi-server environments.",
"preferGlobal": true,
"main": "bin/wpkit.js",
"bin": {
"wpkit": "./bin/wpkit.js"
},
"files": [
"bin",
"lib",
"templates"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:Toddses/wpkit.git"
},
"keywords": [
"node",
"deploy",
"deployment",
"ssh",
"git",
"wordpress",
"toolkit"
],
"author": "Todd Miller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Toddses/wpkit/issues"
},
"homepage": "https://github.com/Toddses/wpkit",
"dependencies": {
"async": "^0.9.0",
"chalk": "^0.5.1",
"cli": "^0.6.6",
"revalidator": "^0.3.1",
"ssh2": "^0.4.6"
}
}