From 81d487dd89791ed9f408fa472369efc2ce6da2d4 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 12 Jun 2013 22:52:22 -0700 Subject: [PATCH] Update package.json to more closely follow npm docs. [ci skip] Former-commit-id: 8f5687e779626502da3edcbbe092f4ca93b0cffd --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d93175732..5206005e8 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,25 @@ "author": { "name": "John-David Dalton", "email": "john.david.dalton@gmail.com", - "web": "http://allyoucanleet.com/" + "url": "http://allyoucanleet.com/" }, + "contributors": [ + { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "url": "http://allyoucanleet.com/" + }, + { + "name": "Mathias Bynens", + "email": "mathias@qiwi.be", + "url": "http://mathiasbynens.be/" + }, + { + "name": "Kit Cambridge", + "email": "github@kitcambridge.be", + "url": "http://kitcambridge.be/" + } + ], "bugs": { "url": "https://github.com/bestiejs/lodash/issues" },