2018-08-22 13:35:32 +00:00
|
|
|
{
|
2018-08-31 14:45:18 +00:00
|
|
|
"name": "pathkit-asmjs",
|
2018-10-12 19:21:17 +00:00
|
|
|
"version": "0.4.2",
|
2018-08-22 13:35:32 +00:00
|
|
|
"description": "A asm.js 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",
|
2018-08-22 13:35:32 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
}
|