From 0a2b93b63fa90af953b07dbcbced3b9cb140af9c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 16 Jul 2013 16:24:58 -0400 Subject: [PATCH] updated to v0.0.3 --- package.json | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index c00bf663f7..4bacf6d940 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,8 @@ { - "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", + "license": "GPLv3 or later", "description": "NodeBB Forum", - "version": "0.0.2", + "version": "0.0.3", "homepage": "http://www.nodebb.org", "repository": { "type": "git", @@ -60,5 +37,27 @@ }, "engines": { "node": ">=0.8" - } + }, + "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" + } + ] }