-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.14 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.14 KB
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
51
52
53
54
55
56
{
"name": "wordpressify",
"version": "0.6.3",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
"boilerplate",
"build",
"css",
"cherry",
"es6",
"front-end",
"gulp",
"javascript",
"node",
"nodejs",
"postcss",
"sass",
"web",
"website",
"wordpress",
"wordpressify",
"workflow",
"docker",
"docker compose"
],
"homepage": "https://www.wordpressify.co",
"repository": "https://github.com/luangjokaj/wordpressify",
"exports": "./installer/index.js",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"bin": {
"wordpressify": "./installer/index.js"
},
"author": "Luan Gjokaj <luan@riangle.com>",
"contributors": [
{
"name": "Luan Gjokaj",
"email": "luan@riangle.com",
"url": "https://www.riangle.com/"
},
{
"name": "Bruno Ribarić",
"url": "https://github.com/ribaricplusplus"
},
{
"name": "Mountain/\\Ash",
"url": "https://github.com/mountainash"
}
],
"license": "MIT",
"dependencies": {
"commander": "^14.0.3",
"ora": "^9.3.0"
}
}