aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}