aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d359a03379291d93382da7c90ceaddbebfeec7bc (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
25
26
27
28
29
30
{
  "name": "chatserver",
  "version": "0.0.1",
  "description": "A simple NodeJS chat server",
  "main": "chatserver.js",
  "dependencies": {
    "circular-buffer": "0.0.6",
    "node-persist": "0.0.3",
    "ws": "^0.6.5"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tomsmeding/chatserver.git"
  },
  "keywords": [
    "chat",
    "server",
    "simple"
  ],
  "author": "Tom Smeding <hallo@tomsmeding.nl> (http://tomsmeding.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tomsmeding/chatserver/issues"
  },
  "homepage": "https://github.com/tomsmeding/chatserver"
}