From 6ed7ef25b24c7e8ad719656b988b643d4dd7c9f5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 3 Sep 2013 23:12:22 -0500 Subject: [PATCH] Simplify package.json. --- package.json | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 20b77d718..77dac062a 100644 --- a/package.json +++ b/package.json @@ -14,32 +14,12 @@ "speed", "util" ], - "author": { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, + "author": "John-David Dalton (http://allyoucanleet.com/)", "contributors": [ - { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - { - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": "http://iceddev.com/" - }, - { - "name": "Kit Cambridge", - "email": "github@kitcambridge.be", - "url": "http://kitcambridge.be/" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": "http://mathiasbynens.be/" - } + "John-David Dalton (http://allyoucanleet.com/)", + "Blaine Bublitz (http://iceddev.com/)", + "Kit Cambridge (http://kitcambridge.be/)", + "Mathias Bynens (http://mathiasbynens.be/)" ], "bugs": { "url": "https://github.com/lodash/lodash/issues"