aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorfariborzemami <[email protected]>2020-08-28 18:40:58 +0430
committerfariborzemami <[email protected]>2020-08-28 18:40:58 +0430
commitf7c1324ea893a691e4f043d466cadfd125646484 (patch)
tree4ff563ca4475580aa149bf38567f6134cea01a5d /package.json
parent7c9b29c9f209e2048f618b7d2a5d067bded605cc (diff)
parent2fd8a31014303460cd58268121b86b23222e10a7 (diff)
downloadfaker-f7c1324ea893a691e4f043d466cadfd125646484.tar.xz
faker-f7c1324ea893a691e4f043d466cadfd125646484.zip
Merge branch 'master' of https://github.com/Marak/faker.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 17 insertions, 13 deletions
diff --git a/package.json b/package.json
index 47bd0cfe..0d613811 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "faker",
"description": "Generate massive amounts of fake contextual data",
- "version": "4.1.0",
+ "version": "5.1.0",
"contributors": [
"Marak Squires <[email protected]>"
],
@@ -10,10 +10,11 @@
"url": "http://github.com/Marak/Faker.js.git"
},
"scripts": {
+ "browser": "./node_modules/.bin/gulp browser",
+ "jsdoc": "./node_modules/.bin/gulp jsdoc",
+ "readme": "./node_modules/.bin/gulp readme",
"lint": "node_modules/.bin/jshint ./lib --config ./.jshintrc",
"test": "node_modules/.bin/mocha test/*.*.js",
- "build": "cd build && ../node_modules/.bin/gulp && cd ../",
- "doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
@@ -42,24 +43,27 @@
"report-dir": "./reports/coverage"
},
"devDependencies": {
- "browserify": "5.11.1",
- "coveralls": "^2.13.1",
- "gulp": "^3.9.1",
+ "browserify": "^16.5.2",
+ "coveralls": "^3.1.0",
+ "gulp": "^4.0.2",
"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",
+ "gulp-jsdoc3": "^3.0.0",
+ "gulp-mustache": "^5.0.0",
+ "gulp-rename": "^2.0.0",
+ "gulp-uglify": "^3.0.2",
"ink-docstrap": "1.1.4",
"jsdoc": "^3.4.0",
"jshint": "0.9.0",
"lodash": "^4.6.1",
- "mocha": "^3.2.0",
+ "mocha": "^8.1.1",
"node-minify": "*",
+ "nyc": "^15.1.0",
"optimist": "0.3.5",
- "sinon": "1.4.2",
+ "sinon": "^9.0.3",
"through2": "2.0.0",
- "vinyl-transform": "0.0.1"
+ "vinyl-buffer": "^1.0.1",
+ "vinyl-source-stream": "^2.0.0",
+ "vinyl-transform": "^1.0.0"
},
"license": "MIT",
"main": "index.js",