entangle-doc
Version:
Reactive documents in markdown
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "entangle-doc",
"version": "2.0.2",
"description": "Reactive documents in markdown",
"main": "src/index.js",
"type": "module",
"preferGlobal": true,
"bin": {
"entangle": "bin/index.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rexgarland/Entangle.git"
},
"keywords": [
"tangle",
"reactive",
"document",
"explorable",
"explanation",
"markdown"
],
"author": "Rex Garland <rex@rexgarland.dev> (https://rexgarland.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rexgarland/Entangle/issues"
},
"homepage": "https://github.com/rexgarland/Entangle#readme",
"dependencies": {
"commander": "^8.3.0",
"lodash": "4.17.21",
"browserify": "^17.0.0",
"coffeescript": "^2.6.1",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"mootools": "^1.5.2",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.2",
"remark-rehype": "^10.1.0",
"sprintf-js": "^1.1.2",
"tempy": "^2.0.0",
"yargs": "^17.3.1"
}
}