fa720714c4
Backport changes to pathkit too. Bug: skia: Change-Id: Id10f9ac52dc7d08f044eee1eeacc8737f1cd96f4 Reviewed-on: https://skia-review.googlesource.com/c/177894 Reviewed-by: Heather Miller <hcm@google.com>
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"name": "pathkit-asmjs",
|
|
"version": "0.5.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",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|