{ "name": "gulp-concat-filenames", "description": "Similar to concat, but creates a file with a list of filenames,not file contents.", "version": "1.2.0", "homepage": "http://jesseharlin.net", "repository": "https://github.com/the-simian/gulp-concat-filenames", "author": "the-simian ", "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": { "gulp-util": "3.x.x", "through": "2.x.x" }, "typings": "index.d.ts", "devDependencies": { "chai": "*", "gulp": "3.x.x", "gulp-coveralls": "^0.1.3", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-plato": "^1.0.2", "gulp-sourcemaps": "2.x.x", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*", "run-sequence": "^1.0.2", "sinon-chai": "*", "stream-array": "1.x.x", "stream-assert": "2.x.x" }, "scripts": { "test": "gulp ci", "coveralls" : "gulp coveralls" }, "engineStrict": true, "engines": { "node": ">= 0.10" }, "licenses": [ { "type": "MIT", "url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt" } ] }