skynet
Version:
Meshblu IoT network and API
31 lines (30 loc) • 595 B
JSON
{
"name": "skynet",
"description": "Meshblu IoT network and API",
"version": "1.8.3",
"homepage": "http://developer.octoblu.com",
"repository": "git://github.com/octoblu/npm",
"author": "Octoblu",
"main": "./index.js",
"keywords": [
"iot",
"internet of things",
"arduino",
"tessel",
"raspberrypi",
"skynet"
],
"dependencies": {
"lodash": "^2.4.1",
"socket.io-client": "1.0.6"
},
"engines": {
"node": ">= 0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/octoblu/npm/raw/master/LICENSE"
}
]
}