From 50488c91f8e2b6da565127e7db383b0d52968d39 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Sun, 20 Jun 2010 17:49:56 -0400 Subject: updating package.json --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 00000000..fd626a87 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "Faker", + "description": "Generate massive amounts of fake contextual data", + "version": "0.1.0", + "author": "Marak Squires ", + "repository": { + "type": "git", + "url": "http://github.com/Marak/Faker.js.git" + }, + "engine": [ + "node >=0.1.90" + ], + "main": "Faker" +} \ No newline at end of file -- cgit v1.2.3