{ "name": "express-handlebars-basic-example", "version": "0.0.0", "description": "", "private": true, "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "Eric Ferraiuolo ", "license": "BSD", "dependencies": { "express": "^4.7.2" } }