Files
shaka-player/package.json
T
Jacob Trimble 92075fbc29 Replaced remaining build scripts with python.
This also makes all build scripts runnable on Windows using both
Cygwin and native python.

Change-Id: If324800b8b899cac1cc715d30383255cd5f6ee71
2016-02-02 00:37:42 +00:00

44 lines
1.1 KiB
JSON

{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "1.6.0",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
{
"name": "Joey Parrish",
"email": "joeyparrish@google.com"
}
],
"devDependencies": {
"in-publish": "",
"karma": ">=0.13.19",
"karma-coverage": "",
"karma-jasmine": "",
"karma-jasmine-ajax": "",
"karma-chrome-launcher": "",
"karma-opera-launcher": "",
"karma-firefox-launcher": "",
"karma-ie-launcher": "",
"karma-safari-launcher": "",
"karma-browserstack-launcher": "",
"jasmine": ">=2.3.2",
"jasmine-ajax": ">=3.2.0",
"jasmine-core": ">=2.3.4",
"sprintf-js": "",
"rimraf": ""
},
"main": "dist/shaka-player.compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/google/shaka-player.git"
},
"bugs": {
"url": "https://github.com/google/shaka-player/issues"
},
"license": "Apache-2.0",
"scripts": {
"prepublish": "in-publish && python ./build/checkversion.py && python ./build/all.py || not-in-publish"
}
}