{
  "name": "remoteduino",
  "version": "1.0.0",
  "description": "This app manage tools for AVR/arduino development, as well communicate with an attached arduino, providing an environment for testing applications remotely",
  "main": "apps.js",
  "directories": {
    "example": "examples",
    "test": "tests"
  },
  "dependencies": {
    "socket.io": "^1.3.6",
    "express": "^4.13.3",
    "serialport": "^1.7.4"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "arduino",
    "remote",
    "lab",
    "avr-gcc",
    "avrdude"
  ],
  "author": "João Paulo Cardoso de Lima",
  "license": "MIT"
}
