forked from helpers/handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a82ce1
commit fa4f762
Showing
4 changed files
with
107 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,94 @@ | ||
{ | ||
"name": "handlebars-helpers", | ||
"version": "0.5.5", | ||
"description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, YUI, Ghost or any node.js/Handlebars project.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/assemble/handlebars-helpers.git" | ||
}, | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/assemble/handlebars-helpers/blob/master/LICENSE-MIT" | ||
}, | ||
"homepage": "https://github.com/assemble/handlebars-helpers", | ||
"authors": [ | ||
{ | ||
"name": "Assemble", | ||
"homepage": "https://github.com/assemble/assemble/handlebars-helpers" | ||
} | ||
], | ||
"main": [ | ||
"index.js" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"vendor" | ||
], | ||
"dependencies": { | ||
"handlebars.js": "~1.0.10" | ||
} | ||
"any": "^0.1.2", | ||
"arr-filter": "^1.1.0", | ||
"arr-flatten": "^1.0.0", | ||
"extend-shallow": "^0.2.0", | ||
"filter-object": "^1.1.0", | ||
"gulp-coveralls": "^0.1.3", | ||
"gulp-istanbul": "^0.6.0", | ||
"gulp-mocha": "^2.0.0", | ||
"gulp-util": "^3.0.3", | ||
"handlebars": "^3.0.0", | ||
"helper-concat": "^0.2.0", | ||
"helper-date": "^0.2.1", | ||
"helper-glob": "^0.1.0", | ||
"helper-markdown": "^0.1.1", | ||
"helper-md": "^0.1.0", | ||
"index-of": "^0.1.0", | ||
"is-number": "^1.1.0", | ||
"js-yaml": "^3.2.6", | ||
"lang-map": "^0.3.0", | ||
"lodash": "^3.2.0", | ||
"logging-helpers": "^0.3.0", | ||
"make-iterator": "^0.1.1", | ||
"markdown-utils": "^0.3.0", | ||
"micromatch": "^1.4.0", | ||
"object-omit": "^1.0.0", | ||
"object.pick": "^1.1.1", | ||
"object.pluck": "^0.1.2", | ||
"randomatic": "^1.1.0", | ||
"relative": "^1.2.0", | ||
"should": "^5.0.0", | ||
"strip-ansi": "^2.0.1", | ||
"verb": "^0.3.9" | ||
}, | ||
"devDependencies": { | ||
"code-context": "^0.3.0" | ||
}, | ||
"keywords": [ | ||
"assemble", | ||
"block", | ||
"code", | ||
"collections", | ||
"comparisons", | ||
"custom", | ||
"data", | ||
"dates", | ||
"escape", | ||
"example", | ||
"files", | ||
"handlebars", | ||
"helper", | ||
"helpers", | ||
"html", | ||
"i-n", | ||
"index", | ||
"inflections", | ||
"js", | ||
"library", | ||
"list", | ||
"logging", | ||
"loop", | ||
"markdown", | ||
"math", | ||
"miscellaneous", | ||
"numbers", | ||
"path", | ||
"prettify", | ||
"repeat", | ||
"strings", | ||
"template", | ||
"url" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters