summaryrefslogtreecommitdiff
path: root/package.json
blob: 40f428c718141934bf445c4ef35b9c7e14224ae0 (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
{
  "name": "asdf-yt",
  "version": "1.0.0",
  "description": "asdf yt chat",
  "main": "server/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@ghghgh.us:yt-chat.git"
  },
  "author": "jules",
  "license": "LNT",
  "dependencies": {
    "body-parser": "^1.13.3",
    "cookie-parser": "^1.3.5",
    "ejs": "^2.3.3",
    "express": "^4.13.3",
    "express-error-handler": "^1.0.1",
    "express-json": "^1.0.0",
    "express-session": "^1.11.3",
    "method-override": "^2.3.5",
    "morgan": "^1.6.1",
    "multer": "^1.0.1",
    "socket.io": "^1.3.6"
  }
}