~ubuntu-branches/ubuntu/utopic/node-negotiator/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "negotiator",
  "description": "HTTP content negotiation",
  "version": "0.4.3",
  "author": "Federico Romero <federico.romero@outboxlabs.com>",
  "contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"],
  "repository": {
    "type": "git",
    "url": "git://github.com/federomero/negotiator.git"
  },
  "keywords": [
    "http",
    "content negotiation",
    "accept",
    "accept-language",
    "accept-encoding",
    "accept-charset"
  ],
  "engine": "node >= 0.6",
  "license": "MIT",
  "devDependencies": {
    "nodeunit": "0.8.x"
  },
  "scripts": {
    "test": "nodeunit test"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "main": "lib/negotiator.js"
}