revman-replicant
Version:
Auto-generate randomized abstract style content from RevMan files
37 lines (36 loc) • 903 B
JSON
{
"name": "revman-replicant",
"version": "0.0.15",
"description": "Auto-generate randomized abstract style content from RevMan files",
"main": "index.js",
"dependencies": {
"async-chainable": "^2.6.1",
"handlebars": "^4.7.6",
"htmltidy2": "^0.3.0",
"lodash": "^4.17.15",
"mersenne-twister": "^1.1.0",
"revman": "^1.4.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1",
"mocha-logger": "^1.0.6",
"temp": "^0.9.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CREBP/revman-replicant.git"
},
"keywords": [
"revman"
],
"author": "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CREBP/revman-replicant/issues"
},
"homepage": "https://github.com/CREBP/revman-replicant#readme"
}