aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 88628698..305e6940 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "faker",
"description": "Generate massive amounts of fake contextual data",
- "version": "3.0.1",
+ "version": "3.1.0",
"contributors": [
"Marak Squires <[email protected]>",
"Matthew Bergman <[email protected]>"
@@ -19,20 +19,22 @@
"devDependencies": {
"browserify": "5.11.1",
"gulp": "3.8.8",
+ "gulp-gh-pages": "^0.5.4",
+ "gulp-jsdoc3": "^0.2.1",
"gulp-mustache": "0.4.0",
"gulp-rename": "1.2.0",
"gulp-uglify": "1.0.1",
- "jsdoc": "^3.4.0",
+ "ink-docstrap": "1.1.4",
"jshint": "0.9.0",
"lodash": "^2.4.1",
"mocha": "1.8.x",
"node-minify": "*",
"optimist": "0.3.5",
"sinon": "1.4.2",
- "vinyl-transform": "0.0.1",
"through2": "2.0.0",
- "ink-docstrap": "1.1.4"
+ "vinyl-transform": "0.0.1"
},
"license": "MIT",
- "main": "index.js"
+ "main": "index.js",
+ "dependencies": {}
}