tba
Version:
A Node.js wrapper for The Blue Alliance API
31 lines (30 loc) • 673 B
JSON
{
"name": "tba",
"version": "0.0.1",
"description": "A Node.js wrapper for The Blue Alliance API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node tests/start.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CarlColglazier/tba.js"
},
"keywords": [
"FRC",
"FIRST",
"Robotics",
"FIRST",
"The Blue Alliance"
],
"author": "Carl Colglazier",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarlColglazier/TBA.js/issues"
},
"homepage": "https://github.com/CarlColglazier/TBA.js",
"dependencies": {
"request": "^2.51.0"
}
}