-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "okeanos_bot",
"version": "1.0.0",
"description": "This is an automated bot using selenium to authenticate your account/accounts to Okeanos GRNET and retrieve some use info. The tool takes as input and array with your account/accounts. It generate a file with your account/s API Token keys, so you can use them later if you want.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rambou/okeanos_bot.git"
},
"keywords": [
"okeanos",
"grnet",
"bot",
"autologin",
"selenium"
],
"author": "Nikoloas Bousios A.k.A. Rambou (nikolaos.bousios@rambou.gr)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Rambou/okeanos_bot/issues"
},
"homepage": "https://github.com/Rambou/okeanos_bot#readme",
"dependencies": {
"async": "^2.6.1",
"selenium-webdriver": "^4.0.0-alpha.1"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0"
}
}