-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
44
45
46
47
{
"name": "khutzpa",
"version": "0.0.1-alpha.17",
"description": "Node powered, cross-platform, drop-in replacement for Chutzpah.exe",
"main": "index.js",
"bin": {
"khutzpa": "index.js"
},
"scripts": {
"test": "node ./index.js ./tests/fakeSite",
"testOpenInBrowser": "node ./index.js ./tests/fakeSite /openInBrowser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruffin--/khutzpa.git"
},
"keywords": [
"khutzpa",
"chutzpah",
"coverage",
"istanbul",
"karma",
"test",
"javascript"
],
"author": "Ruffin Bailey <git@rufwork.com> (http://rufwork.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ruffin--/khutzpa/issues"
},
"homepage": "https://github.com/ruffin--/khutzpa#readme",
"dependencies": {
"express": "^4.18.1",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-trx-reporter": "^0.4.3",
"minimatch": "^5.1.0",
"portscanner": "^2.2.0",
"prompt-sync": "^4.2.0"
},
"engines": {
"node": ">= 16.0.0"
}
}