{
  "name": "zf2-cli",
  "version": "0.0.2",
  "description": "A commandline tool for managing Zend Framework 2 projects",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec tests"
  },
  "bin":{
    "zf2":"./bin/zf2"
  },
  "repository": "",
  "dependencies":{
    "rimraf":"2.0.2",
    "async":"*",
    "mustache":"*",
    "commander":"*",
    "request":"*",
    "unzip":"*"

  },
  "devDependencies":{
    "mocha":"*",
    "should":"*"
  },
  "author": "James R. Carr <james.r.carr@gmail.com>",
  "license": "BSD"
}
