mangony-hbs-helpers
Version:
Handlebars helpers used by Mangony
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "mangony-hbs-helpers",
"version": "0.7.0",
"description": "Handlebars helpers used by Mangony",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Sebastian-Fitzner/mangony-hbs-helpers.git"
},
"keywords": [
"Mangony",
"Handlebars",
"Helpers"
],
"author": "Sebastian Fitzner",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sebastian-Fitzner/mangony-hbs-helpers/issues"
},
"homepage": "https://github.com/Sebastian-Fitzner/mangony-hbs-helpers#readme",
"dependencies": {
"deepmerge": "^2.1.1",
"export-files": "~2.1.1",
"get-value": "^3.0.1",
"highlight.js": "~9.12.0",
"js-beautify": "~1.8.6",
"markdown-it": "~8.4.2",
"markdown-it-attrs": "2.3.1",
"markdown-it-named-headers": "0.0.4",
"moment": "~2.22.2",
"prismjs": "^1.15.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}