-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "phase-2-e",
"version": "0.2.1",
"description": "End to End testing framework for Phaser. Backed by Nightwatch.",
"main": "lib/app.js",
"scripts": {
"test": "echo 'Running Phase-2-e example tests - Ensure Selenium is running' && cd examples/thrust-platform && nightwatch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hayesmaker/phase-2-e.git"
},
"keywords": [
"e2e",
"end",
"to",
"end",
"testing",
"tests",
"test",
"phaser",
"phase-2-e",
"phase2e",
"phaser.io",
"canvas e2e",
"html5 e2e"
],
"author": "hayes_maker <andygoestohollywood@gmail.com> (http://hayesmaker.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hayesmaker/phase-2-e/issues"
},
"homepage": "https://github.com/hayesmaker/phase-2-e#readme",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^5.2.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"nightwatch": "^1.0.11"
}
}