{
  "name": "trojan",
  "description": "Package your source and dependencies in 1 file for easy distribution",
  "version": "0.0.3",
  "homepage": "https://github.com/mattinsler/trojan",
  "author": {
    "name": "Matt Insler",
    "email": "matt.insler@gmail.com",
    "url": "http://www.mattinsler.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mattinsler/trojan.git"
  },
  "bugs": {
    "url": "https://github.com/mattinsler/trojan/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mattinsler/trojan/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "bin": {
    "trojan": "./bin/trojan"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "coffee-script": "~1.6.3",
    "shelljs": "~0.2.6",
    "nopt": "~2.1.2"
  },
  "keywords": []
}
