-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathpackage.json
43 lines (43 loc) · 982 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
43
{
"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": "make test"
},
"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": "^8.4.0",
"nba-client-template": "5.1.0",
"node-fetch": "2.6.1",
"url": "^0.11.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"expect": "^1.20.2",
"node-static": "^0.7.11",
"pify": "^4.0.1",
"rollup": "^1.19.3",
"sinon": "^1.10.3"
}
}