mirror of
https://github.com/videojs/video.js.git
synced 2025-01-21 11:02:08 +02:00
18 lines
506 B
JSON
18 lines
506 B
JSON
|
{
|
||
|
"name": "Video.js"
|
||
|
, "description": "An HTML5 and Flash video player with a common API and skin for both."
|
||
|
, "version": "3.2.3"
|
||
|
, "keywords": ["html5", "flash", "video", "player"]
|
||
|
, "homepage": "http://videojs.com"
|
||
|
, "author": "Steve Heffernan"
|
||
|
, "scripts": { "test": "make test" }
|
||
|
, "repository": {
|
||
|
"type": "git"
|
||
|
, "url": "https://github.com/zencoder/video-js.git"
|
||
|
}
|
||
|
, "devDependencies": {
|
||
|
, "jshint": "0.6.1"
|
||
|
, "connect": "2.1.3"
|
||
|
, "phantomjs": "1.7.0"
|
||
|
}
|
||
|
}
|