16 lines
333 B
JSON
Raw Normal View History

2016-11-30 12:37:33 +01:00
{
"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"
}
}