mirror of
https://github.com/videojs/video.js.git
synced 2024-12-16 11:37:29 +02:00
c74f39318f
Also changed some additional code to fix new jshint issues found by new jshint version.
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
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": "grunt test --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zencoder/video-js.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-cli": "~0.1.0",
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.4.3",
|
|
"grunt-contrib-watch": "~0.1.4",
|
|
"grunt-contrib-qunit": "~0.2.1",
|
|
"calcdeps": "~0.1.7",
|
|
"grunt-contrib-clean": "~0.4.0a",
|
|
"grunt-contrib-copy": "~0.3.2",
|
|
"mocha": "~1.8.1",
|
|
"contribflow": "~0.2.0"
|
|
},
|
|
"testling": {
|
|
"browsers": [
|
|
"ie6",
|
|
"ie7",
|
|
"ie8",
|
|
"ie9",
|
|
"firefox/15",
|
|
"chrome/22",
|
|
"opera/12",
|
|
"safari/5.1"
|
|
],
|
|
"harness": "mocha-qunit",
|
|
"scripts": [
|
|
"src/js/*.js",
|
|
"test/unit/*.js"
|
|
]
|
|
}
|
|
}
|