UNPKG

templateready

Version:

Template on the fly pre-compiler.

37 lines (36 loc) 735 B
{ "name": "templateready", "version": "0.2.1", "description": "Template on the fly pre-compiler.", "author": "Alexander `Staltec` Prozorov <staltec@gmail.com>", "dependencies": { "async": ">=0.1.22", "uglify-js": "1.3.x", "underscore": ">= 1.4.2", "jade": "~0.27.7", "hogan.js": "~2.0.0" }, "repository": { "type": "git", "url": "git://github.com/Staltec/TemplateReady.git" }, "main": "./index", "bin": { "templateready": "./index.js" }, "engines": { "node": ">=0.6.1" }, "devDependencies": {}, "keywords": [ "template", "compile", "pre-compile", "underscore", "mustache", "jade", "watch" ], "license": "MIT", "preferGlobal": "true" }