{
  "name": "keeping",
  "version": "0.1.0",
  "description": "A tool for measuring round-trip time of http requests under a Keep-Alived connection.",
  "main": "lib/keeping.js",
  "bin": {
    "keeping": "bin/cli.js"
  },
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kt3k/keeping.git"
  },
  "keywords": [
    "ping",
    "http",
    "keep-alive"
  ],
  "author": "Yoshiya Hinosawa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kt3k/keeping/issues"
  },
  "homepage": "https://github.com/kt3k/keeping",
  "dependencies": {
    "forever-agent": "~0.5.2"
  }
}
