{
  "name": "yahoo-fantasy-without-auth",
  "version": "1.0.2",
  "description": "NodeJS wrapper for the Yahoo! Fantasy Sports API. Needed to implement Yahoo OAuth 2.0 flows in your own app",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/jasmine-node/bin/jasmine-node ./tests/",
    "istanbul": "istanbul cover --include-all-sources jasmine-node tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/withsmilo/yfsapi-without-auth"
  },
  "keywords": [
    "yahoo",
    "fantasy sports",
    "sports",
    "fantasy"
  ],
  "author": "sMiLo <smilolistener@gmail.com> (http://withsmilo.github.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/withsmilo/yfsapi-without-auth/issues"
  },
  "homepage": "https://github.com/withsmilo/yfsapi-without-auth",
  "dependencies": {
    "istanbul": "^0.4.5",
    "jasmine-node": "^1.14.5",
    "lodash": "^4.16.0",
    "nock": "^8.0.0",
    "request": "^2.75.0"
  }
}
