UNPKG

950 BJSONView Raw
1{ "name": "dynamictemplate"
2, "description": "Δt - async & dynamic templating engine"
3, "version": "0.5.1"
4, "homepage": "https://github.com/dodo/node-dynamictemplate"
5, "author": "dodo (https://github.com/dodo)"
6, "repository": {"type": "git", "url": "git://github.com/dodo/node-dynamictemplate.git"}
7, "main": "dynamictemplate.js"
8, "engines": {"node": ">= 0.4.x"}
9, "keywords": ["dt", "async", "dynamic", "event", "template", "generation", "stream", "browser"]
10, "scripts": {
11 "test": "cake build && nodeunit test",
12 "prepublish": "cake build"}
13, "dependencies": {
14 "bufferstream": ">= 0.5.1",
15 "dt-stream": ">= 0.1.1",
16 "asyncxml": ">= 0.4.0"}
17, "devDependencies": {
18 "browserify": "1.6.1",
19 "scopify": ">= 0.2.1",
20 "coffee-script": ">= 1.1.3",
21 "muffin": ">= 0.2.6",
22 "nodeunit": ">= 0.5.4"}
23, "licenses" : [
24 { "type": "MIT" ,
25 "url": "http://github.com/dodo/node-dynamictemplate/raw/master/LICENSE"} ]
26}