mirror of
https://github.com/videojs/video.js.git
synced 2025-02-08 12:05:47 +02:00
Fixed error in package info for Travis CI
This commit is contained in:
parent
b18bc876b0
commit
53774c2f74
27
package.json
27
package.json
@ -1,18 +1,17 @@
|
||||
{
|
||||
"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": "make test" }
|
||||
, "repository": {
|
||||
"type": "git"
|
||||
{ "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": "make test" }
|
||||
, "repository":
|
||||
{ "type": "git"
|
||||
, "url": "https://github.com/zencoder/video-js.git"
|
||||
}
|
||||
, "devDependencies": {
|
||||
, "jshint": "0.6.1"
|
||||
}
|
||||
, "devDependencies":
|
||||
{ "jshint": "0.6.1"
|
||||
, "connect": "2.1.3"
|
||||
, "phantomjs": "1.7.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user