2013-01-11 23:02:20 -08:00
|
|
|
{
|
|
|
|
"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": {
|
2013-02-24 15:20:17 -08:00
|
|
|
"test": "grunt test --verbose"
|
2013-01-11 23:02:20 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zencoder/video-js.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt-cli": "~0.1.0",
|
2013-04-09 10:42:41 -07:00
|
|
|
"grunt": "~0.4.0",
|
|
|
|
"grunt-contrib-jshint": "~0.4.3",
|
2013-01-11 23:02:20 -08:00
|
|
|
"grunt-contrib-watch": "~0.1.4",
|
2013-04-09 10:42:41 -07:00
|
|
|
"grunt-contrib-qunit": "~0.2.1",
|
2013-01-12 22:30:55 -08:00
|
|
|
"calcdeps": "~0.1.7",
|
2013-01-25 15:22:14 -08:00
|
|
|
"grunt-contrib-clean": "~0.4.0a",
|
2013-02-05 11:42:59 -08:00
|
|
|
"grunt-contrib-copy": "~0.3.2",
|
2013-03-25 16:52:36 -07:00
|
|
|
"mocha": "~1.8.1",
|
2013-04-08 13:55:50 -07:00
|
|
|
"contribflow": "~0.2.0"
|
2013-01-25 18:07:19 -08:00
|
|
|
},
|
|
|
|
"testling": {
|
|
|
|
"browsers": [
|
2013-02-05 11:42:59 -08:00
|
|
|
"ie6",
|
|
|
|
"ie7",
|
|
|
|
"ie8",
|
|
|
|
"ie9",
|
|
|
|
"firefox/15",
|
|
|
|
"chrome/22",
|
|
|
|
"opera/12",
|
|
|
|
"safari/5.1"
|
2013-01-25 18:07:19 -08:00
|
|
|
],
|
2013-02-05 11:42:59 -08:00
|
|
|
"harness": "mocha-qunit",
|
2013-01-25 18:07:19 -08:00
|
|
|
"scripts": [
|
|
|
|
"src/js/*.js",
|
|
|
|
"test/unit/*.js"
|
|
|
|
]
|
2013-01-11 23:02:20 -08:00
|
|
|
}
|
|
|
|
}
|