mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-30 18:58:30 -05:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@fomantic/gulp-concat-filenames",
|
|
"description": "Similar to concat, but creates a file with a list of filenames,not file contents.",
|
|
"version": "1.2.1",
|
|
"homepage": "http://jesseharlin.net",
|
|
"repository": "https://github.com/fomantic/gulp-concat-filenames",
|
|
"author": "the-simian <harlinjesse@gmail.com>",
|
|
"contributors": [{
|
|
"name" : "Jesse Harlin",
|
|
"email" : "harlinjesse@gmail.com"
|
|
}, {
|
|
"name" : "Noam Youngerman",
|
|
"email" : "noam@younger.mn"
|
|
}, {
|
|
"name" : "Rainfore Zhao",
|
|
"email" : "rainforest92@126.com"
|
|
}],
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulpfriendly",
|
|
"concat filenames",
|
|
"gulp"
|
|
],
|
|
"dependencies": {
|
|
"plugin-error": "^2.0.0",
|
|
"through": "^2.3.8",
|
|
"vinyl": "^3.0.0"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"gulp": "^5.0.0",
|
|
"mocha": "^9.2.2",
|
|
"nyc": "^15.1.0",
|
|
"sinon": "^14.0.1",
|
|
"sinon-chai": "^3.7.0",
|
|
"stream-assert": "^2.0.3"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"coverage": "nyc mocha"
|
|
},
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt"
|
|
}
|
|
]
|
|
}
|