diff options
| author | Marak Squires <[email protected]> | 2010-06-20 17:49:56 -0400 |
|---|---|---|
| committer | Marak Squires <[email protected]> | 2010-06-20 17:49:56 -0400 |
| commit | 50488c91f8e2b6da565127e7db383b0d52968d39 (patch) | |
| tree | 2be36db21242bd74e62796001ed117c7058316f7 | |
| parent | a9432c2600456d9c884a9001782ad3745b4be12b (diff) | |
| download | faker-50488c91f8e2b6da565127e7db383b0d52968d39.tar.xz faker-50488c91f8e2b6da565127e7db383b0d52968d39.zip | |
updating package.json
| -rw-r--r-- | package.json | 14 |
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 |
