{
  "name": "mustache-layout",
  "version": "1.2.0",
  "description": "Mustache template with layout archtecture like ejs",
  "main": "app.js",
  "dependencies":{
    "mustache": "2.1.3",
    "async": "2.1.4"
  },
  "scripts": {
		"debug": "node app.js debug",
    "test": "node tests/app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mageddo/mustache-layout.git"
  },
  "keywords": [
    "express",
    "nodejs",
    "layout",
    "template",
    "mustache"
  ],
  "author": "Elvis de Freitas Souza @ElvisMageddo",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mageddo/mustache-layout/issues"
  },
  "homepage": "https://github.com/mageddo/mustache-layout#readme"
}
