61b0a88357
Other devs should run `npm ci` to install these locally. Change-Id: I4581e8afe2401b10edae86b8bfd6fe398546cd0f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/412836 Reviewed-by: Leandro Lovisolo <lovisolo@google.com>
22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "canvaskit-local",
|
|
"version": "0.0.0",
|
|
"description": "private",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"is-docker": "~1.1.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"karma": "^6.3.2",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine": "~4.0.1",
|
|
"requirejs": "~2.3.5"
|
|
},
|
|
"scripts": {
|
|
"test": "make test-continuous"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause"
|
|
}
|