blynk-app-client
Version:
Node.js module for accessing Blynk server through the App interface
29 lines (28 loc) • 652 B
JSON
{
"name": "blynk-app-client",
"version": "0.1.0",
"description": "Node.js module for accessing Blynk server through the App interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilcato/blynk-app-client.git"
},
"keywords": [
"Blynk",
"client",
"app"
],
"dependencies": {},
"author": "ilcato",
"license": "MIT",
"bugs": {
"url": "https://github.com/ilcato/blynk-app-client/issues"
},
"homepage": "https://github.com/ilcato/blynk-app-client"
}