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