video.js

v6.0.1
An HTML5 and Flash video player with a common API and skin for both.
flash html5 player video videojs

docs

npm run docs:lint && npm run docs:api

lint

vjsstandard

test

grunt test

babel

babel src/js -d es5

build

grunt dist

clean

grunt clean

grunt

grunt

jsdoc

jsdoc

start

grunt dev

change

grunt chg-add

prepush

npm run lint -- --errors

version

node build/version.js && git add CHANGELOG.md

docs:api

jsdoc -c .jsdoc.json

docs:fix

remark --output -- './**/*.md'

changelog

conventional-changelog -p videojs -i CHANGELOG.md -s

docs:lint

remark -- './**/*.md'

prepublish

not-in-install && run-p docs:api build || in-install

predocs:api

node -e "var s=require('shelljs'),d=['docs/api'];s.rm('-rf',d);"

postdocs:api

node ./build/fix-api-docs.js

Metadata

Downloads

Maintainers