networktables
Version:
Node.js implementation of NetworkTables for the FIRST Robotics Competition (FRC)
19 lines (18 loc) • 595 B
JSON
{
"name": "networktables",
"version": "0.0.0",
"description": "Node.js implementation of NetworkTables for the FIRST Robotics Competition (FRC)",
"keywords": ["frc", "robot", "wpilib"],
"repository": "https://github.com/RoboJS/NetworkTables.git",
"homepage": "https://robojs.github.io/networktables",
"author": "Andrew Dassonville <dassonville.andrew@gmail.com>",
"dependencies": {},
"devDependencies": {},
"main": "index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"prepublish": "npm prune"
}
}