04fe267ab9
Bug: skia:12478 Change-Id: I4e2bc1eb441c19d7b4cf2bcea65b852f7f0aa59b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453136 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"name": "canvaskit-wasm",
|
|
"version": "0.30.0",
|
|
"description": "A WASM version of Skia's Canvas API",
|
|
"main": "bin/canvaskit.js",
|
|
"homepage": "https://github.com/google/skia/tree/main/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"
|
|
}
|
|
}
|