aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 60133769cedf63f64bd62110b5ef2da77c56ca9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "kartikserver",
  "version": "1.0.0",
  "description": "A server to play Kartik with online friends",
  "main": "index.js",
  "scripts": {
    "test": "node index.js",
    "run": "node index.js"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-3.0-or-later"
}