dt-parser
Version:
Δt html parser - async & dynamic templating engine
25 lines (24 loc) • 856 B
JSON
{ "name": "dt-parser"
, "description": "Δt html parser - async & dynamic templating engine"
, "version": "0.0.2"
, "homepage": "https://github.com/dodo/node-dt-parser"
, "author": "dodo (https://github.com/dodo)"
, "repository": {"type": "git", "url": "git://github.com/dodo/node-dt-parser.git"}
, "main": "dt-parser.js"
, "engines": {"node": ">= 0.8.x"}
, "keywords": ["dt", "async", "dynamic", "event", "template", "generation", "hmtl", "parser"]
, "scripts": {
"prepublish": "cake build"}
, "dependencies": {
"htmlparser2": "3.x.x"}
, "peerDependencies": {
"dynamictemplate": ">= 0.7.0"}
, "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-parser/raw/master/LICENSE"} ]
}