forked from bttmly/nba
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1 KB
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
43
44
45
{
"name": "nba",
"version": "4.15.0",
"description": "JavaScript client for the NBA's stats API",
"repository": "https://github.com/bttmly/nba.git",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Nick Bottomley",
"license": "MIT",
"keywords": [
"basketball",
"nba",
"sports"
],
"bugs": {
"url": "https://github.com/bttmly/nba/issues"
},
"dependencies": {
"camel-case": "^3.0.0",
"lodash.find": "^3.2.0",
"lodash.findwhere": "^3.1.0",
"lodash.get": "^4.4.2",
"lodash.indexby": "^3.1.1",
"lodash.invert": "^3.0.0",
"lodash.mapkeys": "^3.8.0",
"lodash.pick": "^3.1.0",
"minimist": "^1.2.0",
"mocha": "^10.7.3",
"nba-client-template": "5.1.0",
"node-fetch": "^2.7.0",
"serve-static": "^1.15.0",
"url": "^0.11.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^6.0.1",
"expect": "^1.20.2",
"nock": "^13.5.5",
"pify": "^4.0.1",
"rollup": "^1.19.3",
"sinon": "^1.10.3"
}
}