151d1aae27
Change-Id: I181e38e97888e9b319f62f1bbd6f4e832248d7dc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303923 Reviewed-by: Kevin Lubick <kjlubick@google.com>
13 lines
356 B
JSON
13 lines
356 B
JSON
{
|
|
"name": "pathkit-wasm",
|
|
"version": "0.7.0",
|
|
"description": "A WASM version of Skia's PathOps toolkit",
|
|
"main": "bin/pathkit.js",
|
|
"homepage": "https://github.com/google/skia/tree/master/modules/pathkit",
|
|
"bugs": {
|
|
"url": "https://bugs.chromium.org/p/skia/issues/entry"
|
|
},
|
|
"permsRepo": "skia-dev/.github",
|
|
"license": "BSD-3-Clause"
|
|
}
|