UNPKG

nhl-stats

Version:
46 lines (45 loc) 1.32 kB
{ "name": "nhl-stats", "repository": "redSilkTie/nhl-stats", "version": "0.1.3", "main": "build/index.js", "description": "Wrapper for public NHL stats API", "scripts": { "build": "webpack --mode production", "start": "webpack --mode development", "test": "mocha" }, "keywords": [ "NHL", "npm", "API", "wrapper" ], "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-transform-arrow-functions": "^7.0.0", "@babel/plugin-transform-destructuring": "^7.1.3", "@babel/plugin-transform-parameters": "^7.1.0", "@babel/plugin-transform-shorthand-properties": "^7.0.0", "@babel/plugin-transform-spread": "^7.0.0", "@babel/plugin-transform-template-literals": "^7.0.0", "@babel/preset-env": "^7.1.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.4", "eslint": "^5.8.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-loader": "^2.1.1", "eslint-plugin-import": "^2.14.0", "lodash": "^4.17.11", "mocha": "^5.2.0", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" }, "dependencies": { "es6-promise": "^4.2.5", "whatwg-fetch": "^3.0.0" }, "license": "MIT" }