app.json (501B)
1 { 2 "name": "Socket-Chat-Example", 3 "description": "my first socket.io app", 4 "website": "https://github.com/socketio/chat-example", 5 "repository": "https://github.com/socketio/chat-example", 6 "logo": "https://node-js-sample.herokuapp.com/node.svg", 7 "success_url": "/", 8 "keywords": [ 9 "node", 10 "express", 11 "socket.io", 12 "realtime", 13 "websocket" 14 ], 15 "scripts": { 16 }, 17 "addons": [ 18 ], 19 "env": { 20 "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs" 21 } 22 }