UNPKG

acquit

Version:

Parse BDD tests (Mocha, Jasmine) to generate documentation

40 lines (39 loc) 837 B
{ "name": "acquit", "version": "1.4.0", "description": "Parse BDD tests (Mocha, Jasmine) to generate documentation", "homepage": "http://acquit.mongoosejs.io", "main": "index.js", "scripts": { "static": "serve .", "test": "mocha test/*.test.js" }, "author": "Valeri Karpov <val@karpov.io>", "license": "Apache-2.0", "keywords": [ "documentation", "docs", "bdd", "tests", "mocha" ], "repository": { "type": "git", "url": "git://github.com/vkarpov15/acquit.git" }, "dependencies": { "espree": "~9.6.1" }, "engines": { "node": ">=12.22.0" }, "devDependencies": { "acquit-ignore": "0.1.0", "acquit-markdown": "0.1.0", "acquit-require": "0.1.1", "highlight.js": "11.5.0", "marked": "4.0.12", "mocha": "9.2.2", "serve": "13.0.2" } }