diff options
| author | Matthew Bergman <[email protected]> | 2014-02-17 22:33:03 -0500 |
|---|---|---|
| committer | Matthew Bergman <[email protected]> | 2014-02-17 22:33:03 -0500 |
| commit | 31d526a4897d150ffd90ebddd2ec1291fdaedc72 (patch) | |
| tree | 0d89bf88523b377f25e5e8fb7160ce10bfbc057e /package.json | |
| parent | 47527ec7391b15f915b25e983da80e98360ed04a (diff) | |
| parent | d470a1009058a02706c53379c5019ad43ed924e1 (diff) | |
| download | faker-31d526a4897d150ffd90ebddd2ec1291fdaedc72.tar.xz faker-31d526a4897d150ffd90ebddd2ec1291fdaedc72.zip | |
Merge pull request #70 from FotoVerite/master
Keep up to date.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 0deb7639..e65eb835 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,14 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.5.12", - "author": "Marak Squires <[email protected]>", + "version": "0.6.2", + "contributors": [ + "Marak Squires <[email protected]>", + "Matthew Bergman <[email protected]>" + ], "repository": { "type": "git", - "url": "http://github.com/Marak/Faker.js.git" + "url": "http://github.com/FotoVerite/Faker.js.git" }, "scripts": { "test": "node_modules/.bin/mocha test/*.*.js" @@ -18,8 +21,5 @@ "optimist" : "0.3.5", "sinon": "1.4.2" }, - "engine": [ - "node >=0.1.90" - ], - "main": "index" + "main": "index.js" } |
