{
  "name": "biscotto",
  "description": "A CoffeeScript documentation generator.",
  "keywords": [
    "coffeescript",
    "doc",
    "api",
    "tomdoc"
  ],
  "author": "Garen J. Torikian <gjtorikian@gmail.com>",
  "maintainers": [
    {
      "name": "Garen J. Torikian"
    }
  ],
  "version": "2.3.1",
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "./src/biscotto",
  "bin": {
    "biscotto": "./bin/biscotto"
  },
  "dependencies": {
    "coffee-script": ">= 1.6.2",
    "source-map": "0.1.29",
    "walkdir": ">= 0.0.2",
    "optimist": "~0.3.5",
    "marked": ">= 0.1.9",
    "underscore": "1.6.0",
    "underscore.string": ">= 0.1.0",
    "haml-coffee": ">= 0.6.0",
    "mkdirp": ">= 0.1.0",
    "connect": ">= 0.1.0",
    "async": ">= 0.1.22",
    "colors": "~0.6.2",
    "builtins": "0.0.4"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-release": "~0.6.0",
    "grunt-exec": "0.4.3",
    "grunt-gh-pages": "0.9.0",
    "jasmine-node": ">= 1.0.13",
    "jasmine-focused": ">= 1.0.5",
    "jsondiffpatch": "~0.1",
    "grunt-cli": "~0.1.13"
  },
  "homepage": "https://github.com/atom/biscotto",
  "repository": {
    "type": "git",
    "url": "git://github.com/atom/biscotto.git"
  },
  "scripts": {
    "test": "grunt test"
  }
}
