summaryrefslogtreecommitdiff
path: root/package.json
blob: 8a258d00d5ee59771cdc5e0d56dcc8352619e0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "multichain",
  "version": "1.0.0",
  "description": "Multiplayer chain reaction",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "chain",
    "reaction",
    "chainreaction",
    "multiplayer",
    "game",
    "server"
  ],
  "author": "Tom Smeding <hallo@tomsmeding.nl> (http://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "express": "^4.13.3",
    "mkdirp": "^0.5.1",
    "socket.io": "^1.3.7"
  }
}