hbs-blog
Version:
handlebarjs helper to generate blog pages and navigations
44 lines (43 loc) • 988 B
JSON
{
"name": "hbs-blog",
"version": "1.4.0",
"description": "handlebarjs helper to generate blog pages and navigations",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toh82/hbs-blog.git"
},
"keywords": [
"hbs",
"handlebarsjs",
"gulp",
"node",
"blog",
"posts"
],
"author": "Tobias Hartmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/toh82/hbs-blog/issues"
},
"homepage": "https://github.com/toh82/hbs-blog#readme",
"dependencies": {
"cheerio": "^0.22.0",
"front-matter": "^2.1.2",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"moment": "^2.18.1",
"remarkable": "^1.7.1",
"through2": "^2.0.3",
"underscore": "^1.8.3",
"util": "^0.10.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-standard": "^3.0.0",
"standard": "^8.6.0"
}
}