-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 993 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
37
38
39
40
{
"name": "varnalab-notifier",
"version": "1.0.0",
"description": "Notify about upcoming events in every social network",
"private": true,
"keywords": [],
"license": "MIT",
"homepage": "https://github.com/varnalab/varnalab-notifier",
"author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/varnalab/varnalab-notifier.git"
},
"dependencies": {
"base64-url": "^2.0.0",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"request-compose": "^1.0.0",
"request-oauth": "0.0.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.1.0",
"request-logs": "0.0.5"
},
"bin": {
"varnalab-notifier": "./bin/cli.js"
},
"main": "./notifier.js",
"files": [],
"scripts": {
"test": "npm run test:ci",
"test:ci": "mocha",
"test:cov": "istanbul cover _mocha"
},
"engines": {
"node": ">=8.0.0"
}
}