1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-14 11:23:30 +02:00
video.js/package.json
2012-12-11 13:54:16 -08:00

16 lines
461 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"
}
}