aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2014-02-17 22:01:51 -0500
committerFotoVerite <[email protected]>2014-02-17 22:01:51 -0500
commit84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3 (patch)
treee45a42cc124cf1f48e15b85a4127f7d48c9a5a7f /package.json
parentdbf8bc53e360fc724c7392241176abcd82ae8976 (diff)
downloadfaker-84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3.tar.xz
faker-84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3.zip
More updating to get things inline.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
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"
}