blueapp
Version:
A small library providing utility methods to communicating with the BlueApp.io
36 lines (35 loc) • 743 B
JSON
{
"name": "blueapp",
"version": "1.0.6",
"description": "A small library providing utility methods to communicating with the BlueApp.io",
"main": "index.js",
"scripts": {
"start": "node blueapp.js"
},
"dependencies": {
"swagger-client": "latest",
"gatt-ip-js":"latest"
},
"repository": {
"type": "git",
"url": "https://github.com/blueappio/blueapp"
},
"keywords": [
"blueapp",
"BlueApp.io",
"Connect",
"GATT-IP",
"GATTIP",
"Vensi"
],
"author": "Kushal Kumar <kushal@vensi.com> (http://www.vensi.com/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/blueappio/blueapp/blob/master/LICENSE-MIT"
}
],
"ignore": [
"bowser.json"
]
}