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.
18 lines
389 B
JSON
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": {
|
|
}
|
|
}
|