diff options
| author | FotoVerite <[email protected]> | 2014-02-17 22:01:51 -0500 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2014-02-17 22:01:51 -0500 |
| commit | 84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3 (patch) | |
| tree | e45a42cc124cf1f48e15b85a4127f7d48c9a5a7f /package.json | |
| parent | dbf8bc53e360fc724c7392241176abcd82ae8976 (diff) | |
| download | faker-84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3.tar.xz faker-84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3.zip | |
More updating to get things inline.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
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 <[email protected]>", + "version": "0.6.0", + "contributors": [ + "Marak Squires <[email protected]>", + "Matthew Bergman <[email protected]>" + ], "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" } |
