2013-01-12 10:02:20 +03: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-01-13 09:23:22 +03:00
|
|
|
"test": "grunt test"
|
2013-01-12 10:02:20 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zencoder/video-js.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt-cli": "~0.1.0",
|
|
|
|
"grunt": "0.4.0rc4",
|
2013-01-13 09:23:22 +03:00
|
|
|
"grunt-contrib-jshint": "https://github.com/gruntjs/grunt-contrib-jshint/archive/7fd70e86c5a8d489095fa81589d95dccb8eb3a46.tar.gz",
|
2013-01-12 10:02:20 +03:00
|
|
|
"grunt-contrib-watch": "~0.1.4",
|
2013-01-13 09:23:22 +03:00
|
|
|
"grunt-contrib-qunit": "~0.1.0",
|
2013-01-13 09:30:55 +03:00
|
|
|
"calcdeps": "~0.1.7",
|
2013-01-26 02:22:14 +03:00
|
|
|
"phantomjs": "~1.8.0-1",
|
|
|
|
"grunt-contrib-clean": "~0.4.0a",
|
|
|
|
"grunt-contrib-copy": "~0.3.2"
|
2013-01-12 10:02:20 +03:00
|
|
|
}
|
|
|
|
}
|