forked from dustyjuhl/e2e-testing-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 925 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
{
"name": "e2e-testing-seed",
"version": "1.0.0",
"description": "Seed project for end-to-end testing using Nightwatch.js and Sauce Labs",
"repository": {
"type": "git",
"url": "git+https://github.com/eheikes/e2e-testing-seed.git"
},
"scripts": {
"postinstall": "gulp selenium:install",
"start": "gulp selenium:start",
"test": "gulp test"
},
"keywords": [
"functional",
"acceptance",
"e2e",
"end-to-end",
"seed",
"starter",
"test",
"testing"
],
"author": "Eric Heikes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eheikes/e2e-testing-seed/issues"
},
"homepage": "https://github.com/eheikes/e2e-testing-seed",
"devDependencies": {
"fkill": "^4.0.0",
"gulp": "^3.9.1",
"nightwatch": "^0.9.0",
"ps-list": "^3.1.0",
"selenium-standalone": "^5.1.0"
},
"engines": {
"node": ">=4"
}
}