4b208f76f0
Update pathkit too. I want to make sure we are up to date with testing harnesses that could support testing as ES6 modules. Bug: skia:11077 Change-Id: I1ecd8acbdf6ad47a5877aa7dbb6772406d2edb54 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/343501 Reviewed-by: Kevin Lubick <kjlubick@google.com>
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "pathkit-local",
|
|
"version": "0.0.0",
|
|
"description": "private",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"is-docker": "~1.1.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"karma": "~5.2.3",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine": "~4.0.1",
|
|
"requirejs": "~2.3.5"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause"
|
|
}
|