mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
4ec3d3a67a
- Fix dev-dependency installation - Fix npm license format warning - Ignore node_modules Now dev-deps can be installed simply by running "npm install". Because of npm/npm#3059, this requires the in-publish module. Change-Id: Idc2eeca5b172de50760a6fadacb1d1088985f840
41 lines
1.0 KiB
JSON
41 lines
1.0 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.9 <= 0.13.14",
|
|
"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-2.0",
|
|
"scripts": {
|
|
"prepublish": "in-publish && ./build/checkversion.sh && ./build/all.sh || not-in-publish"
|
|
}
|
|
}
|