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

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