{ "name": "luobo"
, "description": "a front-end dev toolbox"
, "author": "leeluolee"
, "version": "0.0.4"
, "repository":
  { "type": "git"
  , "url": "https://github.com/leeluolee/luobo"
  }
, "main": "./lib/index.js"
, "bin" : {
  "luobo" : "./bin/luobo"
}
, "dependencies":
  {
    "coffee-script": ">=1.1.1"
  , "mkdirp" :">0.3"
  , "express": ">= 3.0"
  , "socket.io": ">= 0.1"
  , "watch-tree-maintained": ">=0.1.2"
  , "open": ">0.0.1"
  }
, "devDependencies":
  { "nodeunit": ">=0.5.0"
  }
, "engines":
  { "node": "~0.6"
  }
, "scripts":{
  "prepublish" : "coffee -o lib/ src/"
, "postinstall" : "node setup.js"
  }
}
