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

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2014-04-27 17:11:18 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140427171118-yemum1gkn7agxx4b
Tags: 0.4.3-1
* New upstream release.
* Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
  "name": "negotiator",
3
3
  "description": "HTTP content negotiation",
4
 
  "version": "0.3.0",
 
4
  "version": "0.4.3",
5
5
  "author": "Federico Romero <federico.romero@outboxlabs.com>",
6
6
  "contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"],
7
7
  "repository": {
19
19
  "engine": "node >= 0.6",
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
 
    "nodeunit": "0.6.x"
 
22
    "nodeunit": "0.8.x"
23
23
  },
24
24
  "scripts": {
25
25
    "test": "nodeunit test"