-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 873 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-grabber",
"version": "0.1.6",
"description": "A NodeJS module for grabbing the team matchplan from fussball.de",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "[email protected]:BuZZ-dEE/fussball-de-matchplan-grabber.git"
},
"bugs": {
"url": "https://github.com/BuZZ-dEE/fussball-de-matchplan-grabber/issues"
},
"homepage": "https://github.com/BuZZ-dEE/fussball-de-matchplan-grabber#readme",
"keywords": [
"football",
"fussball"
],
"author": "Sebastian Schlatow <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"jsdom": "^9.11.0"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "^1.11.1",
"pretty-quick": "^1.4.1"
}
}