skia2/modules/canvaskit/npm_build/package.json
Kevin Lubick 82c4a69b27 [canvaskit] Roll 0.27.0
Change-Id: I216d91caa48a8d596d303a5dfa8a403b56b2d11a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/410857
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2021-05-20 18:57:24 +00:00

24 lines
607 B
JSON

{
"name": "canvaskit-wasm",
"version": "0.27.0",
"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"
}
}