forked from bttmly/nba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 KB
/
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
44
45
46
47
48
49
{
"name": "nba",
"version": "4.13.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",
"debug": "^2.2.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",
"nba-client-template": "4.4.0",
"node-fetch": "2.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"babel-cli": "^6.26.0",
"eslint": "^6.0.1",
"expect": "^1.20.2",
"mocha": "^6.1.4",
"node-static": "^0.7.11",
"nyc": "^14.0.0",
"openurl": "^1.1.0",
"pify": "^4.0.1",
"rollup": "^1.19.3",
"sinon": "^1.10.3"
}
}