diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..78f97b6 --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |
