build.sh -w now performs a full install of dependencies instead of relying on local installation tricks.
12 lines
302 B
JSON
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"
|
|
}
|
|
}
|
|
|