bptf-api
Version:
A Backpack.tf API for Node.JS
20 lines (19 loc) • 384 B
JSON
{
"name": "bptf-api",
"version": "1.0.0",
"description": "A Backpack.tf API for Node.JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"backpack.tf",
"bptf"
],
"author": "Tarık Kızıltan",
"license": "ISC",
"dependencies": {
"request": "^2.87.0",
"request-promise": "^4.2.2"
}
}