{
  "name": "stringtemplate",
  "version": "0.0.10",
  "description": "Minimalist Logic-less Templates in JavaScript",
  "main": "stringtemplate.js",
  "devDependencies": {
    "mocha": ">= 1.7"
  },
  "scripts" : {
    "test": "node test/mocha/node-suite.js",
    "testem": "testem -l mocha -t ./test/mocha/browser-suite.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfkaye/stringtemplate.git"
  },
  "keywords": [
    "stringtemplate",
    "string",
    "template",
    "heredoc",
    "docstring",
    "logicless"
  ],
  "author": "David Kaye <dfkaye@yahoo.com>",
  "license": "JSON License (Modified MIT)",
  "bugs": {
    "url": "https://github.com/dfkaye/stringtemplate/issues"
  },
  "homepage": "https://github.com/dfkaye/stringtemplate"
}
