-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 776 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 776 Bytes
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
{
"name": "lordofpomelodocker",
"version": "1.0.0",
"description": "lordofpomelo docker-compose",
"main": "index.js",
"scripts": {
"pm2_start": "pm2 start ecosystem.config.js",
"start_web": "node web-server/app.js",
"start_game": "pomelo start game-server/app.js",
"start": "npm run start_web; npm run start_game",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NextZeus/lordofpomelodocker.git"
},
"keywords": [
"lordofpomelo",
"docker-compose"
],
"author": "nextzeus",
"license": "ISC",
"bugs": {
"url": "https://github.com/NextZeus/lordofpomelodocker/issues"
},
"homepage": "https://github.com/NextZeus/lordofpomelodocker#readme"
}