{
  "name": "blynk-library",
  "version": "0.5.4",
  "description": "Blynk library implementation for JavaScript (Node.js, Espruino)",
  "author": "Volodymyr Shymanskyy",
  "license": "MIT",

  "main": "./blynk.js",
  "bin": {
    "blynk-client": "bin/blynk-client.js",
    "blynk-ctrl": "bin/blynk-ctrl.js"
  },
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "prepublish": "make clean all",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "browser": {
    "./blynk-node.js": false
  },
  "dependencies": {},
  "keywords": [
    "Arduino",
    "Espruino",
    "Raspberry Pi",
    "IoT",
    "Internet of Things"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vshymanskyy/blynk-library-js"
  },
  "bugs": {
    "url": "https://github.com/vshymanskyy/blynk-library-js/issues"
  }
}
