Skip to content

Commit

Permalink
Fixed error in package info for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Dec 11, 2012
1 parent b18bc87 commit 53774c2
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 53774c2

Please sign in to comment.