UNPKG

handlebars-helper-create-frame

Version:

Handlebars block helper for creating private variables that are accessible inside the block.

70 lines (69 loc) 1.46 kB
{ "name": "handlebars-helper-create-frame", "description": "Handlebars block helper for creating private variables that are accessible inside the block.", "version": "0.1.0", "homepage": "https://github.com/helpers/handlebars-helper-create-frame", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "helpers/handlebars-helper-create-frame", "bugs": { "url": "https://github.com/helpers/handlebars-helper-create-frame/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "dependencies": { "create-frame": "^1.0.0", "isobject": "^3.0.0" }, "devDependencies": { "gulp-format-md": "^0.1.11", "handlebars": "^4.0.6", "mocha": "^3.2.0" }, "keywords": [ "create", "frame", "generategenerator", "handlebars", "helper", "helpers", "render", "template", "templates" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "helper-octicon", "helper-html-table", "helper-geopattern", "helper-uigradient", "template-helpers", "handlebars-helpers" ] }, "reflinks": [ "verb", "verb-generate-readme" ], "lint": { "reflinks": true } } }