skia2/modules/canvaskit/npm_build/package.json
Kevin Lubick 0676317b1f [canvaskit] Deploy 0.25.0
Change-Id: I1af79766e6e781b8190a3aa266fc7e8eb7d1b0df
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/378256
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2021-03-02 12:45:42 +00:00

24 lines
607 B
JSON

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