UNPKG

helpers-utils

Version:

Utility methods commonly used for writing helper libraries.

54 lines (53 loc) 1.14 kB
{ "name": "helpers-utils", "version": "0.2.3", "description": "Utility methods commonly used for writing helper libraries.", "main": "dist/commonjs/main.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/helpers/helpers-utils.git" }, "keywords": [ "docs", "documentation", "generate", "generator", "markdown", "templates", "verb", "handlebars-helpers", "lodash", "mixin", "mixins" ], "author": { "name": "Brian Woodward", "url": "http://github.com/helpers/" }, "license": "MIT", "bugs": { "url": "https://github.com/helpers/helpers-utils/issues" }, "dependencies": {}, "devDependencies": { "chai": "~1.8.1", "mocha": "~1.17.0", "verb": "~0.1.10", "handlebars": "~2.0.0-alpha.2", "grunt": "~0.4.4", "grunt-microlib": "~0.1.1" }, "homepage": "https://github.com/helpers/helpers-utils", "licenses": [ { "type": "MIT", "url": "https://github.com/helpers/helpers-utils/blob/master/LICENSE-MIT" } ], "engines": { "node": ">=0.8" } }