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

55 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
2013-06-12 01:27:49 +03:00
"version": "4.0.4",
"copyright": "Copyright 2013 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
"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",
2013-01-13 09:30:55 +03:00
"calcdeps": "~0.1.7",
"grunt-contrib-clean": "~0.4.0a",
2013-02-05 22:42:59 +03:00
"grunt-contrib-copy": "~0.3.2",
2013-03-26 02:52:36 +03:00
"mocha": "~1.8.1",
2013-05-04 09:05:33 +03:00
"contribflow": "~0.2.0",
"grunt-s3": "~0.2.0-alpha",
"semver": "~1.1.4",
"grunt-contrib-cssmin": "~0.6.0",
"uglify-js": "~2.3.6"
2013-01-26 05:07:19 +03:00
},
"testling": {
"browsers": [
2013-02-05 22:42:59 +03:00
"ie6",
"ie7",
"ie8",
"ie9",
"firefox/15",
"chrome/22",
"opera/12",
"safari/5.1"
2013-01-26 05:07:19 +03:00
],
2013-02-05 22:42:59 +03:00
"harness": "mocha-qunit",
2013-01-26 05:07:19 +03:00
"scripts": [
"src/js/*.js",
"test/unit/*.js"
]
}
}