-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.17 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": "attester-launcher",
"version": "0.4.0",
"description": "Browser launcher for attester",
"main": "index.js",
"bin": {
"attester-launcher": "bin/attester-launcher"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attester/attester-launcher.git"
},
"keywords": [
"attester"
],
"author": "ariatemplates <[email protected]> (http://github.com/ariatemplates)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/attester/attester-launcher/issues"
},
"homepage": "https://github.com/attester/attester-launcher#readme",
"dependencies": {
"colors": "0.6.2",
"js-yaml": "3.14.0",
"minimist": "1.2.5",
"q": "1.5.1",
"selenium-webdriver": "4.0.0-alpha.7",
"ws": "7.3.0"
},
"devDependencies": {
"chai": "4.2.0",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",
"grunt-contrib-jshint": "2.1.0",
"grunt-exec": "3.0.0",
"grunt-jsbeautifier": "0.2.13",
"mocha": "8.0.1",
"sinon": "9.0.2"
}
}