wheelhouse-handlebars
Version:
A wheelhouse library to handlebars templates for rendering views
43 lines • 926 B
JSON
{
"name": "wheelhouse-handlebars",
"version": "0.3.7",
"description": "A wheelhouse library to handlebars templates for rendering views",
"main": "index.js",
"scripts": {
"test": "mocha test/specs"
},
"repository": {
"type": "git",
"url": "git@github.com:joeybaker/wheelhouse-handlebars.git"
},
"keywords": [
"flatiron",
"templates",
"connect",
"views",
"handlebars",
"wheelhouse"
],
"author": "Joey Baker",
"license": "BSD",
"dependencies": {
"lodash": "~2.4",
"findit": "~1.1",
"handlebars": "~1.1.2"
},
"devDependencies": {
"flatiron": "~0.3.9",
"grunt": "~0.4",
"grunt-bumpx": "~0.1",
"grunt-notify": "~0.2.16",
"grunt-contrib-jshint": "~0.7",
"chai": "~1.8",
"mocha": "~1.15",
"grunt-simple-mocha": "~0.4",
"union": "~0.3",
"grunt-shell": "~0.6"
},
"peerDependencies": {
"flatiron": "~0.3"
}
}