2018-08-22 13:35:32 +00:00
|
|
|
{
|
2018-08-31 14:45:18 +00:00
|
|
|
"name": "pathkit-asmjs",
|
2019-01-04 19:38:29 +00:00
|
|
|
"version": "0.5.1",
|
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"
|
|
|
|
},
|
2018-12-17 16:26:35 +00:00
|
|
|
"license": "BSD-3-Clause"
|
2018-08-22 13:35:32 +00:00
|
|
|
}
|