-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
51
52
53
54
{
"name": "pilothouse",
"version": "0.17.3",
"description": "A lightweight command-line app for managing a Docker-based LEMP local development environment",
"author": {
"name": "Philip Newcomer",
"email": "[email protected]",
"url": "http://philipnewcomer.net"
},
"bugs": "https://github.com/Pilothouse-App/pilothouse/issues",
"homepage": "http://pilothouse-app.org",
"keywords": [
"composer",
"docker",
"laravel",
"lemp",
"local",
"mysql",
"nginx",
"php",
"wordpress"
],
"license": "GPL-2.0",
"repository": "https://github.com/Pilothouse-App/pilothouse",
"bin": {
"pilothouse": "./bin/pilothouse.js"
},
"scripts": {
"hostile": "hostile",
"postinstall": "./bin/pilothouse.js update-containers"
},
"dependencies": {
"chalk": "^2.4.2",
"command-exists": "^1.2.8",
"escape-string-regexp": "^1.0.5",
"figlet": "^1.2.4",
"find-up": "^2.1.0",
"fs-extra": "^3.0.1",
"hostile": "^1.3.2",
"inquirer": "^3.2.0",
"js-yaml": "^3.13.1",
"selfsigned": "^1.10.7",
"semver": "^5.7.1",
"shell-escape": "^0.2.0",
"sync-request": "^4.1.0",
"system-sleep": "^1.3.5",
"update-notifier": "^4.0.0",
"validator": "^8.0.0",
"yargs": "^15.0.2"
},
"engines": {
"node": ">=8"
}
}