Skip to content

Commit

Permalink
Fixed formatting in the package and set dep on which
Browse files Browse the repository at this point in the history
  • Loading branch information
chafnan committed Sep 22, 2013
1 parent a8429b2 commit 00b9c10
Showing 1 changed file with 28 additions and 36 deletions.
64 changes: 28 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,40 @@
{
"name": "mocha-phantomjs",
"description": "PhantomJS Runners for Mocha",
"keywords": [
"phantomjs",
"mocha",
"test",
"runner",
"command line",
"browser"
"name" : "mocha-phantomjs",
"description" : "PhantomJS Runners for Mocha",
"keywords" : ["phantomjs", "mocha", "test", "runner", "command line", "browser"],
"version" : "3.1.2",
"author" : "Ken Collins <ken@metaskills.net> (http://metaskills.net/)",
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/metaskills/mocha-phantomjs/blob/master/MIT-LICENSE"
}
],
"version": "3.1.2",
"author": "Ken Collins <ken@metaskills.net> (http://metaskills.net/)",
"contributors": [
"contributors" : [
"Jonathan Chapman <chafnan@gmail.com> (https://github.com/chafnan)"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/metaskills/mocha-phantomjs/blob/master/MIT-LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/metaskills/mocha-phantomjs.git"
"repository" : {
"type" : "git",
"url" : "http://github.com/metaskills/mocha-phantomjs.git"
},
"bugs": {
"bugs" : {
"url": "http://github.com/metaskills/mocha-phantomjs/issues"
},
"main": "./lib/mocha-phantomjs.coffee",
"bin": {
"mocha-phantomjs": "./bin/mocha-phantomjs"
"main" : "./lib/mocha-phantomjs.coffee",
"bin" : {
"mocha-phantomjs" : "./bin/mocha-phantomjs"
},
"scripts": {
"test": "cake test"
"scripts" : {
"test" : "cake test"
},
"dependencies": {
"mocha": "1.12.x",
"commander": "1.2.x",
"which": "~1.0.5"
"dependencies" : {
"mocha" : "1.12.x",
"commander" : "1.2.x",
"which" : "~1.0.5"
},
"devDependencies": {
"chai": "1.7.x",
"async": "0.2.x",
"coffee-script": "1.6.x",
"requirejs": "2.1.x"
"devDependencies" : {
"chai" : "1.7.x",
"async" : "0.2.x",
"coffee-script" : "1.6.x",
"requirejs" : "2.1.x"
}
}

0 comments on commit 00b9c10

Please sign in to comment.