frc
Version:
node.js support for a variety of frc functionality
29 lines (28 loc) • 735 B
JSON
{
"name": "frc",
"version": "1.0.0",
"description": "node.js support for a variety of frc functionality",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: Use node-frc-test to test functionality is working (https://github.com/innoying/node-frc-test)\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/innoying/node-frc"
},
"keywords": [
"FRC",
"DriverStation",
"Node",
"First",
"Robotics",
"NetConsole"
],
"author": "innoying",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/innoying/node-frc/blob/master/LICENSE.txt"
}
]
}