remark-hbs
Version:
Remark plugin that allows writing markdown with Ember handlebars templates
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "remark-hbs",
"version": "0.4.1",
"description": "Remark plugin that allows writing markdown with Ember handlebars templates",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"markdown",
"ember",
"hbs",
"handlebars"
],
"repository": "https://github.com/josemarluedke/remark-hbs",
"license": "MIT",
"author": "Josemar Luedke <josemarluedke@gmail.com>",
"main": "index.js",
"scripts": {
"test": "jest",
"test:debug:named": "node --inspect-brk node_modules/.bin/jest --runInBand --watch --testNamePattern"
},
"types": "index.d.ts",
"dependencies": {
"unist-builder": "^2.0.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"ember-template-recast": "^5.0.1",
"emphasize": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"unified": "^9.2.1"
},
"engines": {
"node": ">= 10.*"
}
}