-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
{
"name": "mlb-get-probable-pitchers",
"version": "1.0.0",
"description": "Returns probable pitchers for a given day, via MLB's JavaScript API.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"should": "^13.2.3"
},
"devDependencies": {
"mocha": "^6.1.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardpenner/mlb-get-probable-pitchers.git"
},
"keywords": [
"mlb",
"probable",
"pitchers",
"schedule"
],
"author": "Richard Penner",
"license": "ISC",
"bugs": {
"url": "https://github.com/richardpenner/mlb-get-probable-pitchers/issues"
},
"homepage": "https://github.com/richardpenner/mlb-get-probable-pitchers#readme"
}