Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
request-promise / package.json
Size: Mime:
{
  "name": "request-promise",
  "version": "0.4.3",
  "description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
  "keywords": [
    "xhr",
    "http",
    "https",
    "promise",
    "request",
    "then",
    "thenable"
  ],
  "homepage": "https://github.com/request/request-promise",
  "bugs": {
    "url": "https://github.com/request/request-promise/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Ty Abonil"
  },
  "contributors": [
    {
      "name": "Nicolai Kamenzky",
      "url": "https://github.com/analog-nico"
    }
  ],
  "main": "./lib/rp.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/request/request-promise.git"
  },
  "scripts": {
    "test": "gulp validate"
  },
  "dependencies": {
    "bluebird": "^2.3",
    "chalk": "^1.1.0",
    "lodash": "^3.10.0",
    "request": "^2.34"
  },
  "devDependencies": {
    "body-parser": "1.12.x",
    "chai": "2.2.x",
    "chai-as-promised": "4.3.x",
    "event-stream": "3.3.x",
    "gulp": "3.8.x",
    "gulp-istanbul": "0.8.x",
    "gulp-jshint": "1.10.x",
    "gulp-mocha": "2.0.x",
    "jshint-stylish": "1.0.x",
    "rimraf": "2.3.x",
    "run-sequence": "1.0.x"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "02c73c758dd8633c9ca19259a3a0b176bef22757",
  "_id": "request-promise@0.4.3",
  "_shasum": "3c8ddc82f06f8908d720aede1d6794258e22121c",
  "_from": "request-promise@>=0.4.3 <0.5.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "analog-nico",
    "email": "nicolai.kamenzky@testrails.org"
  },
  "maintainers": [
    {
      "name": "tyabonil",
      "email": "ty.abonil@gmail.com"
    },
    {
      "name": "analog-nico",
      "email": "nicolai.kamenzky@testrails.org"
    },
    {
      "name": "mikeal",
      "email": "mikeal.rogers@gmail.com"
    },
    {
      "name": "nylen",
      "email": "jnylen@gmail.com"
    },
    {
      "name": "simov",
      "email": "simeonvelichkov@gmail.com"
    }
  ],
  "dist": {
    "shasum": "3c8ddc82f06f8908d720aede1d6794258e22121c",
    "tarball": "http://registry.npmjs.org/request-promise/-/request-promise-0.4.3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/request-promise/-/request-promise-0.4.3.tgz"
}