UNPKG

fut

Version:
65 lines (64 loc) 1.63 kB
{ "name": "fut", "version": "0.9.3", "description": "fifa 17 web-app api", "main": "./dist/index.js", "scripts": { "build": "standard && babel src --out-dir dist", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "npm run build", "flow": "flow; test $? -eq 0 -o $? -eq 2" }, "repository": { "type": "git", "url": "git+https://github.com/futjs/fut-api.git" }, "keywords": [ "fifa", "17", "16", "ultimate-team", "api", "fut" ], "author": "futjs", "contributors": [ "lorenzh", "Gergo Barcza" ], "license": "MIT", "bugs": { "url": "https://github.com/futjs/fut-api/issues" }, "homepage": "https://github.com/futjs/fut-api#readme", "dependencies": { "babel-runtime": "^6.9.0", "bluebird": "^3.4.0", "cheerio": "^0.22.0", "moment": "^2.13.0", "request": "2.67.0", "tough-cookie": "2.2.1", "underscore": "^1.8.3" }, "devDependencies": { "babel-cli": "^6.9.0", "babel-eslint": "^6.0.4", "babel-plugin-syntax-flow": "^6.8.0", "babel-plugin-transform-async-to-module-method": "^6.8.0", "babel-plugin-transform-flow-strip-types": "^6.14.0", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-node4": "^2.1.0", "babel-preset-stage-0": "^6.5.0", "babel-preset-stage-0-bluebird": "^1.0.0", "babel-preset-stage-3": "^6.5.0", "co": "^4.6.0", "flow-bin": "^0.26.0", "mongoose": "^4.5.9", "standard": "^7.0.1" }, "standard": { "parser": "babel-eslint", "ignore": "dist/" } }