hyperstream
Version:
stream html into html at a css selector
42 lines (41 loc) • 871 B
JSON
{
"name": "hyperstream",
"version": "1.2.2",
"description": "stream html into html at a css selector",
"main": "index.js",
"dependencies": {
"concat-stream": "^1.0.0",
"through2": "~0.5.1",
"trumpet": "^1.6.4",
"ent": "^2.0.0",
"utf8-stream": "~0.0.0",
"stream-combiner2": "~1.0.1"
},
"devDependencies": {
"through": "~2.3.4",
"tap": "~0.4.0",
"hyperquest": "~0.1.5"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/hyperstream.git"
},
"homepage": "https://github.com/substack/hyperstream",
"keywords": [
"html",
"stream",
"streaming",
"hypertext",
"template",
"engine"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}