skia2/modules/pathkit/npm-wasm/package.json

16 lines
440 B
JSON
Raw Normal View History

{
"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",
"publishConfig": {
"registry":"https://wombat-dressing-room.appspot.com"
},
"license": "BSD-3-Clause"
}