-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "grunt-selenium-standalone",
"description": "Grunt tasks for running a standalone Selenium server using the popular selenium-standalone package",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "zs-zs",
"email": "[email protected]"
},
"maintainers": [
{
"name": "James M. Greene",
"email": "[email protected]",
"url": "http://greene.io/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/zs-zs/grunt-selenium-standalone"
},
"bugs": {
"url": "https://github.com/zs-zs/grunt-selenium-standalone/issues"
},
"homepage": "https://github.com/zs-zs/grunt-selenium-standalone",
"keywords": [
"gruntplugin",
"selenium",
"webdriver",
"standalone",
"server",
"driverserver"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"lodash.clonedeep": "^4.3.2",
"q": "^1.4.1",
"selenium-standalone": "^5.1.0"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0",
"wd": "^0.4.0"
}
}