{ "name": "promised-http"
, "version": "0.0.2"
, "description": "Promised based http library."
, "homepage": "http://github.com/Gozala/promised-http/"
, "keywords": ["promise", "q", "http"]
, "contributors":
  [ "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)" ]
, "repository":
  { "type": "git"
  , "url": "git://github.com/Gozala/promised-http.git"
  }
, "bugs": { "web": "http://github.com/Gozala/promised-http/issues/" }
, "scripts": { "test": "node test/all.js" }
, "engines":
  { "node": ">=0.1.103"
  , "teleport": ">=0.2.0"
  }
, "overlay":
  { "teleport":
    { "directories": { "lib": "./engines/teleport" }
    , "dependencies": { "q": ">=0.1.0" }
    , "main": "./engines/teleport/promised-http"
    }
  , "node":
    { "directories": { "lib": "./engines/node" }
    , "dependencies":
      { "test": ">=0.0.9"
      , "q": ">=0.1.0"
      }
    }
  }
, "licenses" :
  [ { "type" : "MPL 1.1/LGPL 2.1/GPL 2.0"
    , "url" : "http://www.mozilla.org/MPL/"
    }
  ]
}
