UNPKG

resig

Version:

JavaScript Micro-Templating from John Resig http://ejohn.org/blog/javascript-micro-templating/

28 lines (27 loc) 739 B
{ "name": "resig", "version": "1.0.1", "description": "JavaScript Micro-Templating from John Resig http://ejohn.org/blog/javascript-micro-templating/", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/davidjamesstone/resig" }, "keywords": [ "Template", "Engine", "ERB-style javascript templates", "EJS-style javascript templates", "ASP-style javascript templates", "Microtemplate" ], "author": "davidjamesstone / johnresig", "license": "MIT", "bugs": { "url": "https://github.com/davidjamesstone/resig/issues" }, "homepage": "https://github.com/davidjamesstone/resig" }