UNPKG

@proak/fut

Version:

Node implementation of Fifa Ultimate Team

47 lines (46 loc) 1.01 kB
{ "name": "@proak/fut", "version": "1.2.2", "description": "Node implementation of Fifa Ultimate Team", "main": "lib/index.js", "scripts": { "test": "mocha __tests__/*.test.js --no-timeouts" }, "keywords": [ "fut", "fifa" ], "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mataide/proak-common.git" }, "bugs": { "url": "https://github.com/mataide/proak-common/issues" }, "author": "Samuel Amoah <sa.am@programmer.net>", "license": "ISC", "dependencies": { "axios": "^0.18.0", "lodash": "^4.17.11", "query-string": "^6.2.0", "ramda": "^0.26.1", "request": "^2.88.0", "request-promise": "^4.2.2", "tough-cookie": "^3.0.1" }, "devDependencies": { "chai-as-promised": "^7.1.1", "mocha": "^5.2.0" }, "gitHead": "e96efadf9f27c3b5bd8eb08c53bd39f30a0cf22c" }