Files
node-shiftstats/package.json

37 lines
786 B
JSON

{
"name": "node-shiftstats",
"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-shiftstats.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",
"eslint": "^4.19.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/*.spec.js",
"pretest": "eslint --ignore-path .gitignore ."
}
}