From 84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3 Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 22:01:51 -0500 Subject: More updating to get things inline. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8498827b..cd7c8b00 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.6", - "author": "Marak Squires ", + "version": "0.6.0", + "contributors": [ + "Marak Squires ", + "Matthew Bergman " + ], "repository": { "type": "git", "url": "http://github.com/FotoVerite/Faker.js.git" @@ -18,8 +21,5 @@ "optimist" : "0.3.5", "sinon": "1.4.2" }, - "engine": [ - "node >=0.1.90" - ], - "main": "index" + "main": "index.js" } -- cgit v1.2.3