You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
607 B
24 lines
607 B
{
|
|
"name": "canvaskit-wasm",
|
|
"version": "0.26.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"
|
|
}
|
|
}
|