Skip to content

Instantly share code, notes, and snippets.

@winsonwq
Created October 15, 2013 00:57
Show Gist options
  • Save winsonwq/6984920 to your computer and use it in GitHub Desktop.
Save winsonwq/6984920 to your computer and use it in GitHub Desktop.
package.json for mocha & node in grunt
{
"name": "webdriver-helper",
"description": "JavaScript WebDriver Helper",
"version": "0.1.0",
"homepage": "https://github.com/tw/js-webdriver-helper",
"author": {
"name": "Wang Qiu",
"email": "[email protected]",
"url": "http://ishouldbeageek.me"
},
"repository": {
"type": "git",
"url": "git://github.com/tw/js-webdriver-helper.git"
},
"bugs": {
"url": "https://github.com/tw/js-webdriver-helper/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tw/js-webdriver-helper/blob/master/LICENSE-MIT"
}
],
"main": "lib/webdriver-helper",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-mocha-cli": "~1.3.0",
"chai": "*",
"grunt": "~0.4.1"
},
"keywords": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment