forked from jau5mann/carousel-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
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
{
"name": "Automated-Testing-Example",
"version": "0.0.1",
"description": "An entry point into understanding automated testing.",
"scripts": {
"intern": "bash tests/support/intern-selenium.sh",
"nightwatch": "./node_modules/.bin/nightwatch -c ./tests/nightwatch.json"
},
"author": "SapientNitroLA",
"contributors": [
{
"name": "J Hausmann",
"url": "https://github.com/j735"
},
{
"name": "Ryan Fitzer",
"url": "https://github.com/ryanfitzer"
}
],
"devDependencies": {
"intern": "^3.0.6",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"nightwatch": "^0.8.6",
"selenium-webdriver": "^2.44.0"
}
}