UNPKG

nba-stats

Version:

Simple Node.js module for the NBA stats API

26 lines (25 loc) 546 B
{ "name": "nba-stats", "version": "1.1.1", "description": "Simple Node.js module for the NBA stats API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Chase Starr <chasestarr@gmail.com> (http://chasestarr.github.io/)", "license": "ISC", "repository": "chasestarr/nba-stats", "dependencies": { "cheerio": "^0.20.0", "request": "^2.73.0" }, "keywords": [ "nba-stats", "nba", "api", "basketball", "scores", "games", "teams" ] }