16 lines
439 B
JSON
16 lines
439 B
JSON
|
{
|
||
|
"name": "pathkit-wasm",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A WASM version of Skia's PathOps toolkit",
|
||
|
"main": "bin/pathkit.js",
|
||
|
"homepage": "https://github.com/google/skia/tree/main/modules/pathkit",
|
||
|
"bugs": {
|
||
|
"url": "https://bugs.chromium.org/p/skia/issues/entry"
|
||
|
},
|
||
|
"permsRepo": "skia-dev/.github",
|
||
|
"publishConfig": {
|
||
|
"registry": "https://wombat-dressing-room.appspot.com"
|
||
|
},
|
||
|
"license": "BSD-3-Clause"
|
||
|
}
|