{
  "name": "curl-trace-parser",
  "version": "0.0.10",
  "description": "Parse curl --trace option output to raw HTTP message",
  "main": "lib/parser.js",
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "scripts/test",
    "prepublish": "scripts/prepublish"
  },
  "bin": {
    "curl-trace-parser": "bin/curl-trace-parser"
  },
  "dependencies": {
    "commander": "2.14.1",
    "api-blueprint-http-formatter": "0.0.1",
    "http-string-parser": "0.0.6"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "coffeescript": "1.12.7",
    "mocha": "5.0.2"
  },
  "keywords": [
    "curl",
    "parse",
    "trace",
    "raw",
    "http",
    "message",
    "request",
    "repsponse",
    "api",
    "blueprint",
    "apiary"
  ],
  "author": "Adam Kliment <adam@apiary.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/apiaryio/curl-trace-parser.git"
  },
  "homepage": "https://github.com/apiaryio/curl-trace-parser"
}
