blueapp
Version:
A small library providing utility methods to communicating with the BlueApp.io
42 lines (41 loc) • 804 B
JSON
{
"name": "blueapp",
"version": "1.0.6",
"description": "A small library providing utility methods to communicating with the BlueApp.io",
"main": "index.js",
"authors": [
"Kushal Kumar <kushal@vensi.com> (http://www.vensi.com/)"
],
"dependencies": {
"swagger-js": "latest",
"gatt-ip-js":"latest"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/blueappio/blueapp/blob/master/LICENSE-MIT"
}
],
"keywords": [
"blueapp",
"BlueApp.io",
"Connect",
"GATT-IP",
"GATTIP",
"Vensi"
],
"homepage": "https://github.com/blueappio/blueapp",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"package.json",
"node_modules",
"bower_components",
"test",
"tests"
]
}