Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cjroth committed Nov 8, 2020
1 parent 965e985 commit 05b2cf2
Showing 1 changed file with 110 additions and 110 deletions.
220 changes: 110 additions & 110 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,112 +1,112 @@
{
"name": "gulp-filelist",
"description": "Output list of files in current stream to JSON file or custom format.",
"version": "2.0.3",
"author": {
"name": "Chris Roth",
"url": "https://github.com/cjroth",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alex DeJarnatt",
"url": "https://github.com/alexdej"
},
{
"name": "Andre Lewis",
"email": "[email protected]",
"url": "https://github.com/mrmowgli"
},
{
"name": "Andrea Paciolla",
"email": "[email protected]",
"url": "https://github.com/AndreaPaciolla"
},
{
"name": "Bach Ly",
"url": "https://github.com/bachly"
},
{
"name": "chewiebug",
"url": "https://github.com/chewiebug"
},
{
"name": "Colm McBarron",
"url": "https://github.com/ColmMcBarron"
},
{
"name": "Florian Wendelborn",
"email": "[email protected]",
"url": "https://github.com/dodekeract"
},
{
"name": "Ian Renyard",
"url": "https://github.com/renyard"
},
{
"name": "Maxwell Barvian",
"email": "[email protected]",
"url": "https://github.com/barvian"
},
{
"name": "Niko Salminen",
"email": "[email protected]",
"url": "https://github.com/Kaivosukeltaja"
},
{
"name": "Ole Bjørn Michelsen",
"url": "https://github.com/omichelsen"
},
{
"name": "Paul Apostol",
"url": "https://github.com/devel-pa"
},
{
"name": "Paul Welsh",
"email": "[email protected]",
"url": "https://github.com/spacedawwwg"
},
{
"name": "Sebastián González",
"url": "https://github.com/tagae"
},
{
"name": "Vlad Bondarenko",
"url": "https://github.com/treago"
}
],
"bugs": "https://github.com/cjroth/gulp-filelist/issues",
"dependencies": {
"minimatch": "^3.0.4",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"should": "^4.6.5"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/cjroth/gulp-filelist/",
"keywords": [
"gulp",
"gulpplugin",
"extension",
"absolute",
"path",
"combine",
"json"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/cjroth/gulp-filelist.git",
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
}
"name": "gulp-filelist",
"description": "Output list of files in current stream to JSON file or custom format.",
"version": "2.0.4",
"author": {
"name": "Chris Roth",
"url": "https://github.com/cjroth",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alex DeJarnatt",
"url": "https://github.com/alexdej"
},
{
"name": "Andre Lewis",
"email": "[email protected]",
"url": "https://github.com/mrmowgli"
},
{
"name": "Andrea Paciolla",
"email": "[email protected]",
"url": "https://github.com/AndreaPaciolla"
},
{
"name": "Bach Ly",
"url": "https://github.com/bachly"
},
{
"name": "chewiebug",
"url": "https://github.com/chewiebug"
},
{
"name": "Colm McBarron",
"url": "https://github.com/ColmMcBarron"
},
{
"name": "Florian Wendelborn",
"email": "[email protected]",
"url": "https://github.com/dodekeract"
},
{
"name": "Ian Renyard",
"url": "https://github.com/renyard"
},
{
"name": "Maxwell Barvian",
"email": "[email protected]",
"url": "https://github.com/barvian"
},
{
"name": "Niko Salminen",
"email": "[email protected]",
"url": "https://github.com/Kaivosukeltaja"
},
{
"name": "Ole Bjørn Michelsen",
"url": "https://github.com/omichelsen"
},
{
"name": "Paul Apostol",
"url": "https://github.com/devel-pa"
},
{
"name": "Paul Welsh",
"email": "[email protected]",
"url": "https://github.com/spacedawwwg"
},
{
"name": "Sebastián González",
"url": "https://github.com/tagae"
},
{
"name": "Vlad Bondarenko",
"url": "https://github.com/treago"
}
],
"bugs": "https://github.com/cjroth/gulp-filelist/issues",
"dependencies": {
"minimatch": "^3.0.4",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"should": "^4.6.5"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/cjroth/gulp-filelist/",
"keywords": [
"gulp",
"gulpplugin",
"extension",
"absolute",
"path",
"combine",
"json"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/cjroth/gulp-filelist.git",
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
}
}

0 comments on commit 05b2cf2

Please sign in to comment.