3d99b1e347
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>
25 lines
524 B
JSON
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"
|
|
}
|