{
  "name": "echoecho",
  "description": "Simple testing echo responses to HTTP requests",
  "author": "Dav Glass <davglass@gmail.com>",
  "version": "0.1.10",
  "devDependencies": {
    "vows": "*",
    "yui-lint": "~0.1.1",
    "jshint": "~0.9.0",
    "istanbul": "~0.2.7"
  },
  "scripts": {
    "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/*.js",
    "test": "istanbul cover --print both -- vows --spec ./tests/*.js"
  },
  "main": "./lib/echo.js",
  "keywords": [
    "echo",
    "http",
    "testing",
    "responses"
  ],
  "bugs": {
    "url": "http://github.com/davglass/echoecho/issues"
  },
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "http://github.com/davglass/echoecho.git"
  }
}
