aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
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 <[email protected]>",
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/Marak/Faker.js.git"
+ },
+ "engine": [
+ "node >=0.1.90"
+ ],
+ "main": "Faker"
+} \ No newline at end of file