forked from js-republic/nightwatch-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 731 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
{
"name": "nightwatch-demo",
"version": "1.0.0",
"description": "Nightwatch demonstration project",
"main": "index.js",
"scripts": {
"test": "nightwatch -c nightwatch.json"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/js-republic/nightwatch-demo.git"
},
"keywords": [
"Nightwatch",
"Acceptance",
"Tests",
"Selenium"
],
"author": "Mathieu Breton",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/js-republic/nightwatch-demo/issues"
},
"homepage": "https://github.com/js-republic/nightwatch-demo#readme",
"devDependencies": {
"chromedriver": "2.29.0",
"nightwatch": "0.9.15",
"selenium-server-standalone-jar": "3.4.0"
}
}