aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2013-01-08 09:35:00 -0800
committerMatthew Bergman <[email protected]>2013-01-08 09:35:00 -0800
commitfd79022a8cb6d0d3adc50e8af96a5e2ae93d8e53 (patch)
tree28c0bd9453cf4e6d273b97bfe2ce53cab11d3330 /package.json
parent1e4fcf794181b8d8c9286ee1890a903199f81847 (diff)
parent19d0e99ebec18bab6047bf944c07fc472fd9773a (diff)
downloadfaker-fd79022a8cb6d0d3adc50e8af96a5e2ae93d8e53.tar.xz
faker-fd79022a8cb6d0d3adc50e8af96a5e2ae93d8e53.zip
Merge pull request #37 from BryanDonovan/main
Refactored with 100% test coverage
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json
index 79a64882..fc79c2a5 100644
--- a/package.json
+++ b/package.json
@@ -7,11 +7,16 @@
"type": "git",
"url": "http://github.com/Marak/Faker.js.git"
},
- "devDependencies": {
- "node-minify": "*"
+ "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"
],
"main": "Faker"
-} \ No newline at end of file
+}