-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
36 lines (36 loc) · 836 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
{
"name": "gmail-tester",
"version": "1.3.8",
"description": "A simple NodeJS gmail client which checks the inbox for specific message existence",
"main": "gmail-tester.js",
"types": "gmail-tester.d.ts",
"scripts": {
"test": "jasmine"
},
"keywords": [
"gmail",
"googleapis",
"email",
"client",
"automation",
"polling"
],
"author": "Lev Gelfenbuim <[email protected]>",
"license": "MIT",
"dependencies": {
"googleapis": "^109.0.1",
"open": "^8.4.0",
"server-destroy": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+github.com:levz0r/gmail-tester.git"
},
"bugs": {
"url": "https://github.com/levz0r/gmail-tester/issues"
},
"homepage": "https://github.com/levz0r/gmail-tester",
"devDependencies": {
"jasmine": "^4.0.2"
}
}