forked from Gerhut/hypnotize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 799 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
{
"name": "hypnotize",
"version": "0.2.0",
"description": "E2E test node server using nightmare.",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "mocha",
"posttest": "istanbul cover _mocha"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Gerhut/hypnotize.git"
},
"keywords": [
"e2e",
"test",
"assertion",
"nightmare"
],
"author": "George Chung <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gerhut/hypnotize/issues"
},
"homepage": "https://github.com/Gerhut/hypnotize#readme",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^6.0.0",
"standard": "^14.1.0"
},
"dependencies": {
"nightmare": "^3.0.0"
}
}