forked from wookiehangover/grunt-mocha-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "grunt-mocha-selenium",
"version": "0.8.1",
"description": "Run functional Mocha tests with webdriver against a local selenium instance.",
"homepage": "https://github.com/wookiehangover/grunt-mocha-selenium",
"bugs": "https://github.com/wookiehangover/grunt-mocha-selenium/issues",
"author": {
"name": "Sam Breed",
"email": "sam@quickleft.com"
},
"keywords": [
"gruntplugin",
"selenium",
"mocha",
"appium",
"testing"
],
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/wookiehangover/grunt-mocha-selenium"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"selenium-launcher": "git://github.com/wookiehangover/nodejs-selenium-launcher.git",
"wd": "^0.2.25",
"mocha": "^1.20.0",
"phantomjs": "^1.9.7-8",
"async": "^0.2.10",
"freeport": "^1.0.2"
}
}