Browse Source

added m.goetzke as contributor:

pull/5/head
Matthias Goetzke 12 years ago
parent
commit
2fb899b69c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package.json

+ 3
- 2
package.json View File

@ -7,14 +7,15 @@
, "author": "brett_langdon <brett@blangdon.com> (http://brett.is)"
, "contributors": [
{ "name": "brett_langdon", "email": "brett@blangdon.com" },
{ "name": "pablo_casado", "email": "p.casado.arias@gmail.com" }
{ "name": "pablo_casado", "email": "p.casado.arias@gmail.com" },
{ "name: "Matthias Goetzke", "email": "m.goetzke@curasystems.com", "url": "https://twitter.com/mgoetzke" },
]
, "repository":{
"type": "git"
, "url": "github.com/brettlangdon/node-kestrel.git"
}
, "dependencies": {
"eventemitter2": ">=0.4.9"
"eventemitter2": ">=0.4.9"
}
, "main": "./lib/index.js"
, "engines": { "node": ">= 0.6.0" }


Loading…
Cancel
Save