ce4587d430
These changes were supposed to land yesterday, but I forgot. Change-Id: I46aca428482f9812c1b025f9735ebe2c0ac02bf1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/304602 Reviewed-by: Kevin Lubick <kjlubick@google.com>
16 lines
443 B
JSON
16 lines
443 B
JSON
{
|
|
"name": "pathkit-asmjs",
|
|
"version": "0.7.0",
|
|
"description": "A asm.js 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"
|
|
}
|