forked from whatadewitt/yahoo-fantasy-sports-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1005 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": "yahoo-fantasy",
"version": "3.0.4",
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.",
"main": "index.js",
"scripts": {
"test": "node -r esm jasmine-runner.js",
"istanbul": "istanbul cover --include-all-sources jasmine-node tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whatadewitt/yfsapi.git"
},
"keywords": [
"yahoo",
"fantasy sports",
"sports",
"fantasy"
],
"author": "Luke DeWitt <[email protected]> (http://www.whatadewitt.ca/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/whatadewitt/yfsapi/issues"
},
"homepage": "https://github.com/whatadewitt/yfsapi",
"dependencies": {
"esm": "^3.0.14",
"request": "^2.87.0"
},
"devDependencies": {
"istanbul": "^0.4.3",
"jasmine": "^3.0.0",
"jasmine-spec-reporter": "^4.2.1",
"nock": "^9.3.0",
"q": "^1.4.1"
},
"directories": {
"test": "tests"
}
}