skia2/modules/pathkit/package.json
Kevin Lubick 3d99b1e347 Add Correctness tests for CanvasKit
Also make a CPU only and GPU only build (although
the latter still has a lot of CPU logic).

Bug: skia:
Change-Id: I857c2300021c2adb5344865c28e4ad3e8d332954
Reviewed-on: https://skia-review.googlesource.com/c/162022
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2018-10-16 14:32:28 +00:00

25 lines
524 B
JSON

{
"name": "pathkit-local",
"version": "0.0.0",
"description": "private",
"private": true,
"main": "index.js",
"dependencies": {
"pathkit-asmjs": "^0.4.0",
"pathkit-wasm": "^0.4.0"
},
"devDependencies": {
"is-docker": "~1.1.0",
"jasmine-core": "^3.1.0",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.2",
"requirejs": "~2.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}