{ "name": "gulp-concat", "description": "Concatenates files", "version": "2.6.0", "repository": "wearefractal/gulp-concat", "author": "Fractal (http://wearefractal.com/)", "files": [ "index.js" ], "keywords": [ "gulpplugin" ], "dependencies": { "concat-with-sourcemaps": "^1.0.0", "gulp-util": "^3.0.1", "through2": "^0.6.3" }, "devDependencies": { "gulp": "^3.8.7", "gulp-sourcemaps": "^1.1.4", "istanbul": "^0.3.2", "mocha": "^2.0.1", "mocha-lcov-reporter": "0.0.1", "should": "^5.0.0", "stream-array": "^1.0.1", "stream-assert": "^2.0.1" }, "scripts": { "test": "mocha", "coverage": "istanbul cover _mocha" }, "engines": { "node": ">= 0.10" }, "license": "MIT" }