UNPKG

nbaupdate

Version:

JavaScript client for the NBA's stats API

50 lines (49 loc) 1.2 kB
{ "name": "nbaupdate", "version": "4.11.1", "description": "JavaScript client for the NBA's stats API", "repository": "https://github.com/cavazzatommaso/nba.git", "main": "index.js", "scripts": { "test": "make test" }, "author": "Cavazza Tommaso", "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" } }