octo-client
Version:
A Node module for remotely accessing an OctoPrint instance
32 lines (31 loc) • 763 B
JSON
{
"name": "octo-client",
"version": "1.1.4",
"description": "A Node module for remotely accessing an OctoPrint instance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutsourcedGuru/octo-client.git"
},
"keywords": [
"octoprint",
"octopi",
"nodejs",
"javascript",
"npm"
],
"author": {
"name": "OutsourcedGuru",
"email": "support@outsourced.guru",
"url": "https://github.com/OutsourcedGuru"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/OutsourcedGuru/octo-client/issues"
},
"homepage": "https://github.com/OutsourcedGuru/octo-client#readme",
"dependencies": {}
}