{
  "name": "exhibition-runner",
  "version": "1.0.0",
  "description": "Command Exhibition!",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*_test.js",
    "prepublish": "babel -s --out-dir build src"
  },
  "bin": {
    "exhibition-setup": "./build/bin/setup.js",
    "exhibition": "./build/bin/run.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lightsofapollo/exhibition"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lightsofapollo/exhibition/issues"
  },
  "homepage": "https://github.com/lightsofapollo/exhibition",
  "dependencies": {
    "argparse": "^1.0.2",
    "babel-runtime": "^5.0.12",
    "camel-case": "^1.1.1",
    "docopt": "^0.6.0",
    "event-to-promise": "^0.3.2",
    "js-yaml": "^3.2.7",
    "mz": "^1.3.0",
    "pad": "0.0.8"
  },
  "devDependencies": {
    "babel": "^5.0.9",
    "mocha": "^2.2.1"
  }
}
