|
|
|
@ -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" } |
|
|
|
|