UNPKG

common-dustjs-helpers

Version:

A small library of "standard" helper functions for the Dust.js web templating framework.

28 lines (27 loc) 1.05 kB
{ "name": "common-dustjs-helpers", "description": "A small library of \"standard\" helper functions for the Dust.js web templating framework.", "version": "1.5.1", "keywords": [ "dust", "dust.js", "linkedin", "helper", "web", "template" ], "license": "MIT", "author": "Rod Waldhoff <the-letter-r-followed-by-my-last-name@gmail.com> http://heyrod.com/", "contributors": [ ], "repository": { "type":"git", "url":"https://github.com/rodw/common-dustjs-helpers" }, "homepage": "https://github.com/rodw/common-dustjs-helpers", "bugs": { "url":"http://github.com/rodw/common-dustjs-helpers/issues" }, "main": "lib/index.js", "scripts": { "test": "make test" }, "directories": { "lib":"lib" }, "devDependencies" : { "coffee-script" : "^1", "docco" : "^0", "dustjs-linkedin" : "^2", "coffee-coverage" : "^1", "marked" : "^0", "mocha" : "^2", "should" : "^11" }, "engines": { "node": ">= 6" } }