UNPKG

larynx

Version:

Collection of Handlebars helpers

70 lines 1.75 kB
{ "name": "larynx", "description": "Collection of Handlebars helpers", "version": "1.0.1", "main": "larynx.js", "repository": { "type": "git", "url": "git://github.com/solidgoldpig/larynx.git#1.0.1" }, "homepage": "http://larynx.solidgoldpig.com", "bugs": "https://github.com/solidgoldpig/larynx/issues", "keywords": [ "byte", "cardinal", "choice", "control", "currency", "date", "dom", "duration", "element", "filter", "form", "format", "handlebars", "helper", "html", "i18n", "inflection", "input", "internationalisation", "internationalization", "l10n", "localisation", "moment", "number", "ordinal", "phrase", "pluralisation", "pluralization", "select", "substitution", "textarea", "time" ], "dependencies": { "lodash": ">=0.0.0", "handlebars": ">=0.0.0", "handlebars.phrase": "1.0.4", "handlebars.choice": "1.0.1", "handlebars.filter": "1.0.1", "handlebars.el": "1.0.5", "handlebars.el.form": "1.0.5", "handlebars.moment": "1.0.4", "handlebars.numeral": "0.1.1" }, "devDependencies": { "markdown": ">=0.0.0", "jasmine-node": "^1.14.x", "log": "^1.4.0" }, "scripts": { "test": "./node_modules/jasmine-node/bin/jasmine-node spec", "test:output": "npm test -- --verbose --config loglevel info" }, "author": { "name": "Alex Robinson", "email": "larynx@alex.solidgoldpig.com" } }