UNPKG

dynamictemplate

Version:
26 lines (25 loc) 922 B
{ "name": "dynamictemplate" , "description": "Δt - async & dynamic templating engine" , "version": "0.4.0" , "homepage": "https://github.com/dodo/node-dynamictemplate" , "author": "dodo (https://github.com/dodo)" , "repository": {"type": "git", "url": "git://github.com/dodo/node-dynamictemplate.git"} , "main": "dynamictemplate.js" , "engines": {"node": ">= 0.4.x"} , "keywords": ["dt", "async", "dynamic", "event", "template", "generation", "stream", "browser"] , "scripts": { "test": "cake build && nodeunit test", "prepublish": "cake build"} , "dependencies": { "bufferstream": ">= 0.4.10", "asyncxml": ">= 0.1.4"} , "devDependencies": { "browserify": "1.6.1", "scopify": ">= 0.1.1", "coffee-script": ">= 1.1.3", "muffin": ">= 0.2.6", "nodeunit": ">= 0.5.4"} , "licenses" : [ { "type": "MIT" , "url": "http://github.com/dodo/node-dynamictemplate/raw/master/LICENSE"} ] }