{
  "name": "leo",
  "version": "0.2.0",
  "description": "Command line tool for building Arduino firmware using Node.js and Npm.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "bin": {
    "leo": "./bin/leo"
  },
  "keywords": [
    "arduino",
    "avr",
    "gcc",
    "make",
    "ino",
    "yun",
    "uno"
  ],
  "author": "Adam Magaluk <AdamMagaluk@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "async": "~0.2.9",
    "colors": "~0.6.2",
    "commander": "~2.1.0",
    "cpr": "~0.1.1",
    "deepcopy": "~0.3.3",
    "dobj": "~1.4.4",
    "ini": "~1.1.0",
    "leo-board": "0.0.1",
    "leo-board-arduino": "*",
    "ntr": "~0.0.2",
    "pad": "0.0.8",
    "prompt": "~0.2.12",
    "rc": "~0.3.5",
    "rmdir-recursive": "0.0.0",
    "serialport": "~1.4.0",
    "split": "~0.3.0",
    "through": "~2.3.4",
    "traverse": "~0.6.6",
    "walkdir": "~0.0.7"
  },
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "tape": "~2.12.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/AdamMagaluk/leo.git"
  },
  "bugs": {
    "url": "https://github.com/AdamMagaluk/leo/issues"
  },
  "homepage": "https://github.com/AdamMagaluk/leo"
}
