skia2/modules/canvaskit/npm_build/package.json
Kevin Lubick 9f39daff8f [canvaskit] Deploy 0.28.1
Change-Id: I001eae691e9167d67eab82a5eeb3650dc6f0118f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/422516
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2021-06-28 15:28:26 +00:00

24 lines
607 B
JSON

{
"name": "canvaskit-wasm",
"version": "0.28.1",
"description": "A WASM version of Skia's Canvas API",
"main": "bin/canvaskit.js",
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",
"bugs": {
"url": "https://bugs.chromium.org/p/skia/issues/entry"
},
"permsRepo": "skia-dev/.github",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"scripts": {
"dtslint": "dtslint types"
},
"types": "./types/index.d.ts",
"license": "BSD-3-Clause",
"devDependencies": {
"dtslint": "^4.0.4",
"typescript": "^4.0.3"
}
}