pbrtools
Version:
laya pbr tools
31 lines (30 loc) • 639 B
JSON
{
"name": "pbrtools",
"version": "1.2.2",
"description": "laya pbr tools",
"bin": {
"pbrtools": "./exe/exe.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guozhaokui/pbrtools.git"
},
"keywords": [
"pbr"
],
"author": "guo",
"license": "ISC",
"bugs": {
"url": "https://github.com/guozhaokui/pbrtools/issues"
},
"homepage": "https://github.com/guozhaokui/pbrtools#readme",
"dependencies": {
"pngjs": "^3.0.0",
"text-encoding": "^0.6.4",
"tga": "^0.1.1"
}
}