roughness is now called perceptualRoughness and linearRoughness is now called roughness. It better matches papers, etc.
20 lines
589 B
JSON
20 lines
589 B
JSON
{
|
|
"name": "markdeep-rasterizer",
|
|
"version": "1.0.1",
|
|
"description": "Rasterizes Markdeep (https://casual-effects.com/markdeep/) files to HTML using puppeteer",
|
|
"homepage": "https://github.com/romainguy/markdeep-rasterizer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Romain Guy <romainguy@curious-creature.com> (http://www.curious-creature.com)",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"markdeep-rasterizer": "./cli.js"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"puppeteer": "^1.16.0"
|
|
}
|
|
}
|