aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2014-02-17 22:33:03 -0500
committerMatthew Bergman <[email protected]>2014-02-17 22:33:03 -0500
commit31d526a4897d150ffd90ebddd2ec1291fdaedc72 (patch)
tree0d89bf88523b377f25e5e8fb7160ce10bfbc057e /package.json
parent47527ec7391b15f915b25e983da80e98360ed04a (diff)
parentd470a1009058a02706c53379c5019ad43ed924e1 (diff)
downloadfaker-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.json14
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"
}