Files
shaka-player/package.json
T
Joey Parrish 00c7b08222 Add dev dependencies for automated testing
This makes it clear and explicit which node modules we need to run
tests.  Anyone installing Shaka Player via npm can get the deps
automatically.

Change-Id: I77456d3351775444a2bc669dd0129ce4afc0d1a6
2015-11-25 12:14:05 -08:00

46 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": {
"karma": ">=0.13.9",
"karma-coverage": "",
"karma-jasmine": "",
"karma-jasmine-ajax": "",
"karma-chrome-launcher": "",
"karma-opera-launcher": "",
"karma-firefox-launcher": "",
"karma-ie-launcher": "",
"karma-safari-launcher": "",
"jasmine": ">=2.3.2",
"jasmine-ajax": ">=3.2.0",
"jasmine-core": ">=2.3.4"
},
"main": "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 License 2.0",
"licenses": [
{
"type": "Apache",
"url": "https://github.com/google/shaka-player/blob/master/LICENSE"
}
],
"scripts": {
"prepublish": "./build/checkversion.sh && ./build/all.sh"
}
}