1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
video.js/package.json

34 lines
812 B
JSON
Raw Normal View History

{
"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": "grunt qunit"
},
"repository": {
"type": "git",
"url": "https://github.com/zencoder/video-js.git"
},
"devDependencies": {
"grunt-cli": "~0.1.0",
"grunt": "0.4.0rc4",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-nodeunit": "~0.1.0",
"jshint": "0.6.1",
"connect": "2.1.3",
"grunt-contrib-uglify": "~0.1.0",
"grunt-closure-compiler": "0.0.13",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-concat": "~0.1.1",
"grunt-contrib-qunit": "~0.1.0"
}
}