{
  "name": "wiz",
  "version": "0.0.1",
  "description": "Makes command-line tools easier to use through implicit option files",
  "homepage": "https://github.com/donpark/wiz",
  "main": "lib/index.js",
  "bin": {
    "wiz": "cli.js"
  },
  "scripts": {
    "prepublish": "coffee -c lib",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/donpark/wiz.git"
  },
  "keywords": [
    "wiz",
    "wizops",
    "wizard",
    "command",
    "wrapper"
  ],
  "author": "donpark@docuverse.com",
  "license": "MIT",
  "dependencies": {
    "async": "~0.2.7",
    "mkdirp": "~0.3.5",
    "shelljs": "~0.1.3"
  },
  "devDependencies": {
    "should": "~1.2.2"
  }
}
