summaryrefslogtreecommitdiff
path: root/package.json
blob: 78f97b6e94e8bec65528af08869ac13f66984ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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": {
    "express": "^4.13.3",
    "socket.io": "^1.3.6"
  }
}