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    
negotiator / package.json
Size: Mime:
{
  "name": "negotiator",
  "description": "HTTP content negotiation",
  "version": "0.4.9",
  "author": {
    "name": "Federico Romero",
    "email": "federico.romero@outboxlabs.com"
  },
  "contributors": [
    {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me",
      "url": "http://blog.izs.me/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/negotiator.git"
  },
  "keywords": [
    "http",
    "content negotiation",
    "accept",
    "accept-language",
    "accept-encoding",
    "accept-charset"
  ],
  "license": "MIT",
  "devDependencies": {
    "istanbul": "~0.3.2",
    "nodeunit": "0.8.x"
  },
  "scripts": {
    "test": "nodeunit test",
    "test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "main": "lib/negotiator.js",
  "files": [
    "lib",
    "LICENSE"
  ],
  "gitHead": "1e90abd710b662db80f1ea244e647cce3bd74504",
  "bugs": {
    "url": "https://github.com/jshttp/negotiator/issues"
  },
  "homepage": "https://github.com/jshttp/negotiator",
  "_id": "negotiator@0.4.9",
  "_shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
  "_from": "negotiator@0.4.9",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "federomero",
      "email": "federomero@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "dist": {
    "shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
    "tarball": "http://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
  "readme": "ERROR: No README data found!"
}