dt-stream
Version:
Δt stream adapter - async & dynamic templating engine
23 lines (22 loc) • 878 B
JSON
{ "name": "dt-stream"
, "description": "Δt stream adapter - async & dynamic templating engine"
, "version": "0.3.0"
, "homepage": "https://github.com/dodo/node-dt-stream"
, "author": "dodo (https://github.com/dodo)"
, "repository": {"type": "git", "url": "git://github.com/dodo/node-dt-stream.git"}
, "main": "dt-stream.js"
, "engines": {"node": ">= 0.4.x"}
, "keywords": ["dt", "async", "dynamic", "event", "template", "generation", "string", "stream", "browser"]
, "scripts": {
"prepublish": "cake build"}
, "dependencies": {
"ordered-emitter": "https://github.com/dodo/node-ordered-emitter/archive/master.tar.gz"}
, "devDependencies": {
"browserify": "1.6.1",
"scopify": ">= 0.2.1",
"muffin": ">= 0.2.6",
"coffee-script": ">= 1.1.3"}
, "licenses" : [
{ "type": "MIT" ,
"url": "http://github.com/dodo/node-dt-stream/raw/master/LICENSE"} ]
}