summaryrefslogtreecommitdiff
path: root/package.json
blob: 5b48abb73be477cc2656a9aa8258b373013048f0 (plain) (blame)
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
{
  "name": "thepixelworld",
  "version": "1.0.0",
  "description": "ThePixelWorld is a 2D MMORPG browser game.",
  "main": "app.js",
  "homepage": "https://gitlab.com/jak89_1/thepixelworld/-/wikis/home",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "express": "^4.17.1",
    "mongojs": "^3.1.0",
    "npm-lint": "^0.3.4",
    "socket.io": "^4.2.0"
  },
  "scripts": {
    "start": "node app.js thepixelworld &",
    "stop": "ps x | grep \"node app.js thepixelworld\" | grep -v 'grep' | awk '{ print $1; }' | xargs kill -9",
    "restart": "npm stop && npm start",
    "test": "echo \"not configured yet!\" && exit 1"
  },
  "keywords": [
    "2d",
    "mmorpg",
    "html5",
    "html",
    "js",
    "node-js",
    "vsc",
    "php",
    "tpw",
    "thepixelworld",
    "jak1"
  ],
  "author": "jak1",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/jak89_1/thepixelworld"
  }
}