-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 KB
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
{
"name": "workspace",
"version": "1.0.0",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "check.js",
"config": {
"host": "tokensale.snov.io",
"checkip": "2400:cb00:2048:1::6819:9015",
"bot": "",
"admins": [
"blockstarter_tech",
"alexsiman",
"Medvednikov",
"cvmakarov"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dns-lookup": "^0.1.0",
"ip-address": "^5.8.8",
"ipaddr.js": "^1.5.4",
"md5": "^2.2.1",
"os": "^0.1.1",
"ping": "^0.2.2",
"prelude-ls": "^1.1.2",
"require-ls": "0.0.8",
"superagent": "^3.8.1",
"telegram-bot-api": "^1.2.0"
}
}