skia2/modules/pathkit/npm-wasm/package.json
Kevin Lubick 151d1aae27 [pathkit] Publish 0.7.0 to npm
Change-Id: I181e38e97888e9b319f62f1bbd6f4e832248d7dc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303923
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-07-20 14:21:53 +00:00

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"
}