UNPKG

gulp-concat

Version:
42 lines (41 loc) 991 B
{ "name": "gulp-concat", "description": "Concatenates files", "version": "2.4.1", "homepage": "http://github.com/wearefractal/gulp-concat", "repository": "git://github.com/wearefractal/gulp-concat.git", "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)", "main": "./index.js", "keywords": [ "gulpplugin" ], "dependencies": { "concat-with-sourcemaps": "^0.1.3", "gulp-util": "^2.2.5", "through": "^2.3.4" }, "devDependencies": { "gulp": "^3.8.7", "gulp-sourcemaps": "^1.1.4", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*", "should": "*", "stream-array": "^0.1.3", "stream-assert": "^2.0.1" }, "scripts": { "test": "mocha", "coverage": "istanbul cover _mocha -- -R spec" }, "engineStrict": true, "engines": { "node": ">= 0.10" }, "licenses": [ { "type": "MIT", "url": "http://github.com/wearefractal/gulp-concat/raw/master/LICENSE" } ] }