UNPKG

nba

Version:

JavaScript client for the NBA's stats API

44 lines (43 loc) 977 B
{ "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", "nba-client-template": "4.5.0", "node-fetch": "2.2.0", "url": "^0.11.0" }, "devDependencies": { "eslint": "^6.0.1", "expect": "^1.20.2", "mocha": "8", "node-static": "^0.7.11", "pify": "^4.0.1", "rollup": "^1.19.3", "sinon": "^1.10.3" } }