diff options
| author | Marak Squires <[email protected]> | 2010-05-19 22:07:55 -0400 |
|---|---|---|
| committer | Marak Squires <[email protected]> | 2010-05-19 22:07:55 -0400 |
| commit | 827b8326ec839cfbb98c75a3fc946566b5b8fd1a (patch) | |
| tree | b96377698cff8a1535217adb73a2412b28d51a82 | |
| parent | 998cf559fd20c8b604d353076cf9c124532ef4d7 (diff) | |
| download | faker-827b8326ec839cfbb98c75a3fc946566b5b8fd1a.tar.xz faker-827b8326ec839cfbb98c75a3fc946566b5b8fd1a.zip | |
json.package fail
| -rw-r--r-- | json.package | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json.package b/json.package new file mode 100644 index 00000000..75ce209e --- /dev/null +++ b/json.package @@ -0,0 +1,11 @@ +{ + "name": "Faker.js", + "description": "Generate massive amounts of fake contextual data", + "version": "0.1.0", + "keywords": ["faker", "Faker", "Faker.js", "facker.js", "generate fake data", "data", "stubs"], + "main": "Faker" + "scripts": { + "test": "node tests/node_min_test.js" + }, + "engines": { "node": ">= 0.1.93" } +}
\ No newline at end of file |
