Files
filament/docs/web-docs-package.json
Romain Guy 317c82711b Improve docs generation (#3527)
build.sh -w now performs a full install of dependencies instead
of relying on local installation tricks.
2021-02-09 11:40:02 -08:00

12 lines
302 B
JSON

{
"name": "web-docs",
"version": "1.0.0",
"description": "Node.js container module to install and run markdeep-rasterizer",
"main": "",
"author": "Filament",
"license": "Apache 2.0",
"dependencies": {
"markdeep-rasterizer": "romainguy/markdeep-rasterizer"
}
}