{
  "author": "Craig Condon <craig.j.condon@gmail.com>",
  "name": "nexe",
  "description": "Roll node.s applications into a single executable",
  "version": "0.2.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/crcn/nexe.git"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "outcome": "0.0.x",
    "sprintf": "0.1.x",
    "step": "0.0.x",
    "optimist": "0.3.x",
    "request": "2.12.x",
    "ncp": "0.2.x",
    "mkdirp": "0.3.x",
    "sardines": "0.4.x"
  },
  "bin": {
    "nexe": "./bin/nexe"
  },
  "devDependencies": {}
}