{
  "name": "jsstencil",
  "version": "1.0.5",
  "description": "JsStencil - ExpressJS Javascript Template for Dynamic Webpage generation",
  "main": "./index.js",
  "scripts": {
    "test": "node ./test/server.js"
  },
  "keywords": [
    "express",
    "javascript",
    "template"
  ],
  "author": "Mauro H. Leggieri",
  "email": "mxmauro [at] mauroleggieri [dot] com",
  "url": "http://www.mauroleggieri.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mxmauro/jsstencil.git"
  },
  "bugs": {
    "url": "https://github.com/mxmauro/jsstencil/issues"
  },
  "homepage": "https://github.com/mxmauro/jsstencil#readme",
  "license": "MIT",
  "devDependencies": {
    "async": "^2.5.0",
    "body-parser": "^1.17.2",
    "express": "^4.15.4",
    "express-session": "^1.15.5",
    "helmet": "^3.8.1",
    "method-override": "^2.3.9",
    "session-file-store": "^1.1.2"
  },
  "dependencies": {
    "html-entities": "^1.2.1"
  }
}
