{
  "name": "enclose",
  "version": "2.2.0",
  "description": "Compile your Node.js project into an executable",
  "bin": "bin/enclose.js",
  "main": "bin/enclose.js",
  "scripts" : {
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/igorklopov/enclose.git"
  },
  "keywords": [
    "node",
    "compile",
    "bundle",
    "nexe"
  ],
  "author": "Igor Klopov <igor@klopov.com>",
  "bugs": {
    "url": "https://github.com/igorklopov/enclose/issues"
  },
  "homepage": "https://github.com/igorklopov/enclose",
  "dependencies": {
    "async": "^1.5.2"
  }
}
