You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
3.6 KiB
118 lines
3.6 KiB
3 years ago
|
{
|
||
|
"name": "videojs-flash",
|
||
|
"version": "2.2.1",
|
||
|
"description": "The official Flash tech package for Video.js.",
|
||
|
"main": "dist/videojs-flash.cjs.js",
|
||
|
"module": "dist/videojs-flash.es.js",
|
||
|
"scripts": {
|
||
|
"prebuild": "npm run clean",
|
||
|
"build": "npm-run-all -p build:*",
|
||
|
"build:js": "npm-run-all build:js:rollup-modules build:js:rollup-umd build:js:bannerize build:js:uglify",
|
||
|
"build:js:bannerize": "bannerize dist/videojs-flash.js --banner=scripts/banner.ejs",
|
||
|
"build:js:rollup-modules": "rollup -c scripts/modules.rollup.config.js",
|
||
|
"build:js:rollup-umd": "rollup -c scripts/umd.rollup.config.js",
|
||
|
"build:js:uglify": "uglifyjs dist/videojs-flash.js --comments --mangle --compress --ie8 -o dist/videojs-flash.min.js",
|
||
|
"build:test": "rollup -c scripts/test.rollup.config.js",
|
||
|
"clean": "rimraf dist test/dist",
|
||
|
"postclean": "mkdirp dist test/dist",
|
||
|
"lint": "vjsstandard",
|
||
|
"prestart": "npm run build",
|
||
|
"start": "npm-run-all -p start:server watch",
|
||
|
"start:server": "static -a 0.0.0.0 -p 9999 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' .",
|
||
|
"pretest": "npm-run-all lint build",
|
||
|
"test": "karma start test/karma.conf.js",
|
||
|
"preversion": "npm test",
|
||
|
"version": "node scripts/version.js",
|
||
|
"watch": "npm-run-all -p watch:*",
|
||
|
"watch:js-modules": "rollup -c scripts/modules.rollup.config.js -w",
|
||
|
"watch:js-umd": "rollup -c scripts/umd.rollup.config.js -w",
|
||
|
"watch:test": "rollup -c scripts/test.rollup.config.js -w",
|
||
|
"prepublish": "not-in-install && npm run build || in-install"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"videojs",
|
||
|
"videojs-plugin",
|
||
|
"videojs-tech"
|
||
|
],
|
||
|
"author": "Brightcove, Inc.",
|
||
|
"license": "Apache-2.0",
|
||
|
"files": [
|
||
|
"CONTRIBUTING.md",
|
||
|
"dist/",
|
||
|
"docs/",
|
||
|
"index.html",
|
||
|
"scripts/",
|
||
|
"src/",
|
||
|
"test/"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"global": "^4.4.0",
|
||
|
"video.js": "^6 || ^7",
|
||
|
"videojs-swf": "5.4.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"acorn": "^7.1.0",
|
||
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
||
|
"babel-preset-es2015": "^6.24.1",
|
||
|
"babel-preset-es3": "^1.0.1",
|
||
|
"bannerize": "^1.1.4",
|
||
|
"conventional-changelog-cli": "^2.0.23",
|
||
|
"conventional-changelog-videojs": "^3.0.0",
|
||
|
"es5-shim": "^4.5.13",
|
||
|
"husky": "^3.0.8",
|
||
|
"in-publish": "^2.0.0",
|
||
|
"karma": "^4.3.0",
|
||
|
"karma-chrome-launcher": "^3.1.0",
|
||
|
"karma-detect-browsers": "^2.3.3",
|
||
|
"karma-firefox-launcher": "^1.2.0",
|
||
|
"karma-ie-launcher": "^1.0.0",
|
||
|
"karma-qunit": "^4.0.0",
|
||
|
"karma-safari-launcher": "^1.0.0",
|
||
|
"karma-safaritechpreview-launcher": "2.0.2",
|
||
|
"mkdirp": "^0.5.1",
|
||
|
"node-static": "^0.7.11",
|
||
|
"npm-run-all": "^4.1.5",
|
||
|
"qunit": "^2.9.2",
|
||
|
"rimraf": "^3.0.0",
|
||
|
"rollup": "^0.56.5",
|
||
|
"rollup-plugin-babel": "^2.7.1",
|
||
|
"rollup-plugin-commonjs": "^9.2.0",
|
||
|
"rollup-plugin-json": "^2.1.1",
|
||
|
"rollup-plugin-multi-entry": "^2.0.1",
|
||
|
"rollup-plugin-node-resolve": "^4.0.0",
|
||
|
"rollup-watch": "^3.2.2",
|
||
|
"semver": "^6.3.0",
|
||
|
"sinon": "^7.5.0",
|
||
|
"uglify-js": "^3.6.0",
|
||
|
"videojs-standard": "^8.0.4"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/videojs/videojs-flash.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/videojs/videojs-flash/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/videojs/videojs-flash#readme",
|
||
|
"engines": {
|
||
|
"node": ">=4.4.0"
|
||
|
},
|
||
|
"generator-videojs-plugin": {
|
||
|
"version": "5.0.0"
|
||
|
},
|
||
|
"vjsstandard": {
|
||
|
"ignore": [
|
||
|
"dist",
|
||
|
"docs",
|
||
|
"test/dist",
|
||
|
"test/karma.conf.js"
|
||
|
]
|
||
|
},
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-push": "npm run lint"
|
||
|
}
|
||
|
}
|
||
|
}
|