harrogateclient
Version:
A simple node.js client for Kipr Harrogate on their Wallaby's.
27 lines (26 loc) • 627 B
JSON
{
"name": "harrogateclient",
"version": "1.2.0",
"description": "A simple node.js client for Kipr Harrogate on their Wallaby's.",
"main": "index.js",
"scripts": {
"test": "cd tests && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-zach/harrogateclient.git"
},
"keywords": [
"harrogate",
"wallaby"
],
"author": "Alexander Zach",
"license": "MIT",
"bugs": {
"url": "https://github.com/alex-zach/harrogateclient/issues"
},
"homepage": "https://github.com/alex-zach/harrogateclient#readme",
"dependencies": {
"axios": "^0.17.1"
}
}