Files
node-shiftstats/package.json
Parnic f730cf5345 Implemented all known endpoints
Renamed ShiftRequest to ShiftStats
Implemented tests
Bumped version for release
2018-04-25 21:28:51 -05:00

34 lines
678 B
JSON

{
"name": "node-digitalshift",
"description": "Library for talking with DigitalShift network sites (HockeyShift, BasketballShift, etc.)",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-digitalshift.git",
"keywords": [
"digitalshift",
"sports",
"stats",
"hockey",
"hockeyshift",
"basketball",
"basketballshift",
"soccer",
"soccershift",
"lacrosse",
"lacrosseshift",
"football",
"footballshift",
"baseball",
"baseballshift"
],
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised-compat": "^7.0.3",
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/**.spec.js"
}
}