skia2/modules/pathkit/package.json
Kevin Lubick be5091c1fb [PathKit] Remove experimental- from package names
On the demo page, we use the skia-cdn bucket to hopefully
have better performance than unpkg.

Additionally, on the demo page, we default to using the
WASM version if supported by the browser.

Docs-Preview: https://skia.org/?cl=150904
Bug: skia:8216
Change-Id: I901016e95b8d66803053680691aac4d314821d18
Reviewed-on: https://skia-review.googlesource.com/150904
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
2018-08-31 15:11:04 +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": "^2.0.5",
"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"
}