{
  "name": "mustache.js",
  "main": "mustache.js",
  "version": "2.0.0",
  "homepage": "https://github.com/janl/mustache.js",
  "authors": [
    "mustache.js Authors <http://github.com/janl/mustache.js>"
  ],
  "description": "Logic-less {{mustache}} templates with JavaScript",
  "keywords": [
    "mustache",
    "template",
    "templates",
    "ejs"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "test"
  ],
  "_release": "2.0.0",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.0",
    "commit": "c52df34ee05ed9b0ffac945eb86e814c84b29b07"
  },
  "_source": "git://github.com/janl/mustache.js.git",
  "_target": "~2.0.0",
  "_originalSource": "mustache",
  "_direct": true
}