{
  "author": "Justin Deal",
  "name": "doctor",
  "description": "Create documentation from or otherwise analyze/transform JavaScript source.",
  "version": "0.3.0",
  "homepage": "https://github.com/jdeal/doctor",
  "repository": {
    "type": "git",
    "url": "git://github.com/jdeal/doctor.git"
  },
  "main": "lib/doctor",
  "dependencies": {
    "optimist": "~0.3.1",
    "async": "~0.2.9",
    "ncp": "=0.4.2",
    "handlebars": "~1.0.0",
    "underscore": "~1.2.2",
    "mkdirp": "=0.3.4",
    "marked": "=0.2.5",
    "fs-compare": "=0.0.4",
    "quickpeg": "=0.0.3"
  },
  "devDependencies": {
    "mocha": "=0.12.1",
    "chai": "=0.3.3",
    "js-yaml": "=0.3.5"
  },
  "bin": {
    "doctor": "bin/doctor"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test/*.js -u qunit -R spec -t 20000"
  }
}
