-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 938 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
{
"name": "docker-project",
"version": "1.0.4",
"description": "To create a local web development environment that uses Docker containers",
"type": "module",
"files": [
"/assets",
"/bin"
],
"bin": {
"docker-project": "bin/docker-project/docker-project.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevincam3/docker-project.git"
},
"keywords": [
"Joomla",
"Docker",
"Project"
],
"author": {
"name": "Kevin Campbell",
"email": "kevin@tcmsvc.com",
"url": "https://github.com/kevincam3/docker-project"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kevincam3/docker-project/issues"
},
"homepage": "https://github.com/kevincam3/docker-project#readme",
"devDependencies": {
"prettier": "^2.4.1"
},
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^10.0.0"
},
"engines": {
"node": ">=14.17.0"
}
}