-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 911 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
{
"name": "fussball-de-matchplan-to-google-calendar",
"version": "0.0.7",
"description": "A command-line tool for grabbing the team matchplan from fussball.de and put it in a Google calendar.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:BuZZ-dEE/fussball-de-matchplan-to-google-calendar.git"
},
"keywords": [
"football",
"fussball"
],
"author": "Sebastian Schlatow <buzz-dee@riseup.net>",
"license": "GPL-3.0",
"bin": {
"fussball-de-matchplan-to-google-calendar": "./index.js"
},
"dependencies": {
"commander": "^2.9.0",
"fussball-de-matchplan-grabber": "^0.1.3",
"google-auth-library": "^0.10.0",
"googleapis": "^18.0.0",
"jsdom": "^9.11.0",
"moment": "^2.17.1",
"node-timezone": "0.0.5",
"node-yaml-config": "0.0.4"
}
}