2018-08-02 15:30:33 +00:00
|
|
|
{
|
2018-08-31 14:45:18 +00:00
|
|
|
"name": "pathkit-wasm",
|
2020-07-20 14:20:56 +00:00
|
|
|
"version": "0.7.0",
|
2018-08-02 15:30:33 +00:00
|
|
|
"description": "A WASM version of Skia's PathOps toolkit",
|
|
|
|
"main": "bin/pathkit.js",
|
2018-08-31 14:03:23 +00:00
|
|
|
"homepage": "https://github.com/google/skia/tree/master/modules/pathkit",
|
2020-07-17 15:11:28 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://bugs.chromium.org/p/skia/issues/entry"
|
2018-08-02 15:30:33 +00:00
|
|
|
},
|
2020-07-17 15:11:28 +00:00
|
|
|
"permsRepo": "skia-dev/.github",
|
2020-07-21 14:31:50 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
},
|
2018-12-17 16:26:35 +00:00
|
|
|
"license": "BSD-3-Clause"
|
2018-08-02 15:30:33 +00:00
|
|
|
}
|