{
  "name":            "apiary-blueprint-parser",
  "version":         "0.5.3",
  "description":     "Apiary blueprint parser",
  "homepage":        "https://github.com/apiaryio/blueprint-parser",
  "author":          {
    "name":  "Apiary Ltd.",
    "email": "team@apiary.io",
    "url":   "http://apiary.io/"
  },
  "files":           [
    "CHANGELOG",
    "LICENSE",
    "README.md",
    "VERSION",
    "examples/example.apib",
    "lib/apiary-blueprint-parser.js",
    "lib/ast.js",
    "bin/blueprint-parser"
  ],
  "main":            "lib/apiary-blueprint-parser",
  "scripts": {
    "pretest": "make",
    "test": "make test"
  },
  "bin": {
    "blueprint-parser": "bin/blueprint-parser"
  },
  "dependencies": {
    "commander": "2.0.0"
  },
  "devDependencies": {
    "coffee-script": "= 1.4.0",
    "pegjs":         "git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e",
    "mocha":         "= 1.7.1",
    "chai":          "= 1.3.0"
  },
  "engines":         {
    "node": ">= 0.6.18"
  }
}
