{
  "author": "Tom Carden <tom@tom-carden.co.uk>",
  "contributors": [
    {
      "name": "Robert Sköld",
      "email": "robert@publicclass.se",
      "url": "http://publicclass.se"
    }
  ],
  "name": "ejs-sf-industry",
  "description": "Express 3.x locals for layout, partial and blocks.",
  "version": "1.0.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/randometc/ejs-locals.git"
  },
  "homepage": "https://github.com/randometc/ejs-locals",
  "engines": {
    "node": ">=8.10.0"
  },
  "dependencies": {
    "ejs": ">=2.5.7"
  },
  "devDependencies": {
    "express": "4.16.2",
    "mocha": "*",
    "should": "*",
    "methods": "0.0.1"
  },
  "scripts": {
    "test": "mocha -r should -R spec"
  },
  "main": "index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/randometc/ejs-locals/issues"
  }
}
