-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.14 KB
/
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
45
46
47
48
49
50
{
"name": "wplease",
"version": "1.0.26",
"description": "Automate Wordpress generation and development from your dev repository.",
"keywords": [
"wordpress",
"wp",
"toolkit",
"wp-cli",
"automation",
"build",
"scaffold",
"update",
"cli"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"wplease": "./bin/wplease.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fugudesign/wplease.git"
},
"author": "Vincent Lalanne <info@fugu.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fugudesign/wplease/issues"
},
"homepage": "https://github.com/fugudesign/wplease#readme",
"dependencies": {
"async": "^2.6.0",
"child_process": "^1.0.2",
"colors": "^1.2.1",
"commander": "^2.15.0",
"enquirer": "^1.0.3",
"liftoff": "^2.5.0",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"npm": "^5.7.1",
"prompt-confirm": "^1.2.0",
"prompt-password": "^1.2.0",
"prompt-radio": "^1.2.1",
"sync-each": "^1.0.1",
"update-json": "^1.0.0",
"wp-astro": "^1.1.7"
}
}