nodeclient-spectre
Version:
A node.js client to push data to the Web-Application "spectre" (https://github.com/wearefriday/spectre)
31 lines (30 loc) • 698 B
JSON
{
"name": "nodeclient-spectre",
"version": "1.0.5",
"description": "A node.js client to push data to the Web-Application \"spectre\" (https://github.com/wearefriday/spectre)",
"main": "src/SpectreClient",
"files": [
"*.md",
"src"
],
"keywords": [
"node.js",
"spectre"
],
"repository": {
"type": "git",
"url": "https://github.com/HenningThiemann/nodeclient-spectre"
},
"bugs": {
"url": "https://github.com/HenningThiemann/nodeclient-spectre/issues"
},
"author": "Henning Thiemann",
"license": "MIT",
"dependencies": {
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"scripts": {
"start": "node test/runAll"
}
}