aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-concat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-concat/package.json')
-rw-r--r--node_modules/gulp-concat/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/gulp-concat/package.json b/node_modules/gulp-concat/package.json
new file mode 100644
index 000000000..5a6d7f9f7
--- /dev/null
+++ b/node_modules/gulp-concat/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "gulp-concat",
+ "description": "Concatenates files",
+ "version": "2.6.0",
+ "repository": "wearefractal/gulp-concat",
+ "author": "Fractal <contact@wearefractal.com> (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"
+}