hogan-hammer
Version:
Hogan.js templating with stream
37 lines (36 loc) • 765 B
JSON
{
"name": "hogan-hammer",
"version": "0.0.4",
"description": "Hogan.js templating with stream",
"main": "index.js",
"scripts": {
"test": "tape t/*.js t/*/*.js",
"testling": "browserify t/b/*.js | testling"
},
"keywords": [
"template",
"hogan.js",
"hoganjs",
"hogan",
"stream"
],
"author": "ishiduca@gmail.com",
"license": "MIT",
"dependencies": {
"deepmerge": "^0.2.10",
"hogan.js": "^3.0.2",
"inherits": "^2.0.1",
"mime": "^1.3.4",
"readable-stream": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/ishiduca/node-hogan-hammer.git"
},
"}devDependencies": {
"duplexer2": "0.0.2",
"slows": "^0.1.2",
"tape": "^4.0.3",
"through2": "^2.0.0"
}
}