fiware-orion-client
Version:
A client Library that makes it easier to get access to Orion Context Broker (part of the FIWARE platform)
26 lines (25 loc) • 514 B
JSON
{
"name": "fiware-orion-client",
"main": "orion.js",
"version": "0.1.1",
"homepage": "https://github.com/jmcanterafonseca/FIWARE-sdk/Javascript/orion",
"authors": [
"Jose M. Cantera <jmcanterafonseca@gmail.com>"
],
"description": "Client Library and Helper for Orion's FIWARE",
"keywords": [
"fiware",
"orion",
"context",
"broker",
"context-aware"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}