forked from maxgalbu/nightwatch-custom-commands-assertions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "nightwatch-custom-commands-assertions",
"version": "1.1.0",
"description": "These are some commands and assertion I use when I'm testing with nightwatch.js and selenium.",
"main": "none",
"scripts": {
"test": "./runTests.sh",
"compile": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/maxgalbu/nightwatch-custom-commands-assertions"
},
"keywords": [
"nightwatch",
"commands",
"assertions"
],
"author": "max galbusera",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxgalbu/nightwatch-custom-commands-assertions/issues"
},
"homepage": "https://github.com/maxgalbu/nightwatch-custom-commands-assertions",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"chromedriver": "~2.19",
"geckodriver": "^1.10.0",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-flatten": "^0.3.1",
"gulp-include": "^2.0.2",
"gulp-markdox": "^0.1.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.4",
"mockserver-client": "^1.0.3",
"nightwatch": "latest",
"selenium-server": "latest"
},
"dependencies": {
"easyimage": "^1.2.2"
}
}