diff options
| author | Marak <[email protected]> | 2016-03-19 21:37:16 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2016-03-19 21:37:16 -0400 |
| commit | 1d4fa4a5fc8997574fa6b3ba9238bca80f3e677c (patch) | |
| tree | a44f21c3e93db474badab083a9e0bf473abd9d76 | |
| parent | 1c48d99f1f36d1bc7bd9230098f85d700ce66c0a (diff) | |
| download | faker-1d4fa4a5fc8997574fa6b3ba9238bca80f3e677c.tar.xz faker-1d4fa4a5fc8997574fa6b3ba9238bca80f3e677c.zip | |
[dist] [tests] Update dev deps
* Trying to get old versions of node to pass
| -rw-r--r-- | package.json | 12 |
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": {} } |
