{
  "name": "mode",
  "description": "A node.js web framework for real-world applications",
  "version": "0.3.2",
  "author": "Ovidiu Cherecheș (@skidding)",
  "repository": {
    "type": "git",
    "url": "git://github.com/skidding/mode.git"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "bin": {
    "mode": "bin/mode.sh"
  }
}