Skip to content

Commit

Permalink
Added mocha to start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanndutoit committed May 9, 2017
1 parent 79748c2 commit cab134b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "[email protected]:passmarked/browser.git"
},
"bugs": {
"url": "https://github.com/passmarked/browser/issues"
"url": "https://github.com/passmarked/browser/issues"
},
"homepage": "https://github.com/passmarked/browser",
"keywords": [
Expand All @@ -32,11 +32,12 @@
"author": "Passmarked <[email protected]>",
"license": "Apache-2.0",
"dependencies": {

"async": "^2.4.0",
"chrome-remote-interface": "^0.22.0",
"hex-rgb": "^1.0.0",
"underscore": "^1.8.3"

},
"devDependencies": {
"mocha": "^3.3.0"
}
}

0 comments on commit cab134b

Please sign in to comment.