UNPKG

@ocelot-consulting/hummus-toc

Version:

An extension for HummusJS to add Table of Contents (including bookmarks).

41 lines (40 loc) 1.16 kB
{ "name": "@ocelot-consulting/hummus-toc", "version": "1.0.5", "description": "An extension for HummusJS to add Table of Contents (including bookmarks).", "keywords": [ "HummusJS", "toc", "pdf", "bookmark" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ocelotconsulting/hummus-toc.git" }, "scripts": { "test": "mocha test/unit --recursive --require test/unit/setup --colors", "test:coverage": "nyc --reporter=html --reporter=lcov --reporter=text mocha test/unit --recursive --require test/unit/setup" }, "author": "Larry Anderson <larry.anderson@ocelotconsulting.com>", "license": "MIT", "dependencies": { "hummus": "^1.0.95" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^6.0.2", "nyc": "^13.3.0", "proxyquire": "^2.1.0", "sinon": "^7.3.1", "sinon-chai": "^3.3.0" } }