774be5aa96
Docs-Preview: https://skia.org/?cl=152385 Bug: skia:8216 Change-Id: I0020e8d2d4e6e7c7de5c71ddf923a618659cde2c Reviewed-on: https://skia-review.googlesource.com/152385 Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com>
12 lines
324 B
JSON
12 lines
324 B
JSON
{
|
|
"name": "pathkit-asmjs",
|
|
"version": "0.4.1",
|
|
"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": "Apache-2.0"
|
|
}
|