1234567891011121314151617181920 |
- {
- "name": "websockets-playlist",
- "version": "1.0.0",
- "description": "A chat app using WebSockets",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/iamshaunjp/websockets-playlist/issues"
- },
- "dependencies": {
- "express": "^4.15.2",
- "socket.io": "^1.7.3"
- },
- "devDependencies": {
- "nodemon": "^1.11.0"
- }
- }
|