cth2016/week4/templating/package.json
2016-11-23 12:48:37 +01:00

16 lines
333 B
JSON

{
"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"
}
}