Files
node-shiftstats/package.json
Parnic b3f05f8329 Initial commit
Basic structure and proof of concept for talking with Shift via Node. Will eventually expose the remaining (known) APIs, but this was to get myself familiar with promises, http, streams, etc.
2018-04-24 22:36:46 -05:00

18 lines
389 B
JSON

{
"name": "node-digitalshift",
"description": "Library for talking with DigitalShift network sites (HockeyShift, BasketballShift, etc.)",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-digitalshift.git",
"main": "index.js",
"keywords": [
"digitalshift",
"sports",
"hockey",
"hockeyshift"
],
"dependencies": {
}
}