futapi-js
Version:
Fifa Ultimate Team non-official API
37 lines (36 loc) • 824 B
JSON
{
"name": "futapi-js",
"version": "0.0.3",
"description": "Fifa Ultimate Team non-official API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpauloeti/futjs-api.git"
},
"keywords": [
"fut",
"fifa",
"ultimate-team",
"ut"
],
"author": "João Paulo <hi@joaopaulo.dev>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpauloeti/futjs-api/issues"
},
"homepage": "https://github.com/jpauloeti/futjs-api#readme",
"dependencies": {
"lodash": "4.17.11",
"request": "2.88.0",
"request-promise": "4.2.2",
"signale": "1.3.0",
"tough-cookie": "2.5.0",
"tough-cookie-filestore": "0.0.1"
}
}