-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 loc) · 984 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
41
42
{
"name": "mysportsfeeds-node",
"version": "2.1.4",
"description": "A NodeJS wrapper for the MySportsFeeds Sports Data API (http://www.mysportsfeeds.com/)",
"directories": {
"lib": "./lib"
},
"main": "lib/index.js",
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MySportsFeeds/mysportsfeeds-node.git"
},
"keywords": [
"mysportsfeeds",
"sports",
"data",
"api"
],
"author": "Brad Barkhouse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MySportsFeeds/mysportsfeeds-node/issues"
},
"homepage": "https://github.com/MySportsFeeds/mysportsfeeds-node#readme",
"scripts": {
"test": "mocha --recursive"
},
"dependencies": {
"node-fetch": "^2.6.0",
"q": "^1.5.1",
"util": "^0.12.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"nodemock": "^0.3.5"
}
}