{ "name": "templating", "version": "1.0.0", "description": "example of templating using handlebars.js", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "gauthier", "license": "ISC", "dependencies": { "express": "^4.14.0", "socket.io": "^1.6.0" } }