From 80519d4c9741bd9feaa946c8a7f2e28c1717dded Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 5 Jul 2013 13:40:13 -0400 Subject: [PATCH] updating package.json file to add "contributors" section updated "repository" field removed references to packages that are builtin (crypto and path) --- package.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81cf2e8dce35..f1a3534c9d9e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,34 @@ { "author": "psychobunny , julianlam , barisusakli ", + "contributors": [ + { + "name": "Andrew Rodrigues", + "email": "andrew@designcreateplay.com" + }, + { + "name": "Julian Lam", + "email": "julian@designcreateplay.com" + }, + { + "name": "Barış Soner Uşaklı", + "email": "baris@designcreateplay.com" + }, + { + "name": "Damian Bushong", + "url": "https://github.com/damianb" + }, + { + "name": "Matt Smith", + "url": "https://github.com/soimafreak" + } + ], "license": "GPLv3 or later", "name": "NodeBB", "description": "NodeBB Forum", "version": "0.0.1", "homepage": "http://www.nodebb.org", "repository": { + "type": "git", "url": "https://github.com/designcreateplay/NodeBB/" }, "main": "app.js", @@ -17,8 +40,6 @@ "emailjs": "0.3.4", "cookie": "0.0.6", "connect-redis": "1.4.5", - "path": "0.4.9", - "crypto": "0.0.3", "passport": "0.1.16", "passport-local": "0.1.6", "passport-twitter": "0.1.4",