aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2014-02-17 21:05:35 -0500
committerMatthew Bergman <[email protected]>2014-02-17 21:05:35 -0500
commit7710092ab44ce820dc73799193badee4e5ebce0c (patch)
treef5a369600fe0c1f7e675d1eff58ba38ff39da07a /package.json
parent934945d9ca59f197b9e8971d8d428ad9dd86d419 (diff)
parent47527ec7391b15f915b25e983da80e98360ed04a (diff)
downloadfaker-7710092ab44ce820dc73799193badee4e5ebce0c.tar.xz
faker-7710092ab44ce820dc73799193badee4e5ebce0c.zip
Merge pull request #1 from Marak/master
Merging Upstream into master branch
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 16 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1b5b6883..0deb7639 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,25 @@
{
"name": "Faker",
"description": "Generate massive amounts of fake contextual data",
- "version": "0.5.0",
+ "version": "0.5.12",
"author": "Marak Squires <[email protected]>",
"repository": {
"type": "git",
- "url": "http://github.com/Marak/Faker.js.git"
+ "url": "http://github.com/Marak/Faker.js.git"
+ },
+ "scripts": {
+ "test": "node_modules/.bin/mocha test/*.*.js"
+ },
+ "devDependencies": {
+ "jshint": "0.9.0",
+ "istanbul": "0.1.25",
+ "mocha": "1.7.4",
+ "node-minify": "*",
+ "optimist" : "0.3.5",
+ "sinon": "1.4.2"
},
"engine": [
- "node >=0.1.90"
+ "node >=0.1.90"
],
- "main": "Faker"
-} \ No newline at end of file
+ "main": "index"
+}