{ "name": "express-demo", "version": "1.0.0", "description": "Express Demo Using liquidjs", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "harttle", "license": "MIT", "dependencies": { "express": "^4.14.0" } }