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, 0 insertions, 36 deletions
diff --git a/node_modules/gulp-concat/package.json b/node_modules/gulp-concat/package.json
deleted file mode 100644
index db176c435..000000000
--- a/node_modules/gulp-concat/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "gulp-concat",
- "description": "Concatenates files",
- "version": "2.6.1",
- "repository": "contra/gulp-concat",
- "author": "Contra <yo@contra.io> (http://contra.io/)",
- "files": [
- "index.js"
- ],
- "keywords": [
- "gulpplugin"
- ],
- "dependencies": {
- "concat-with-sourcemaps": "^1.0.0",
- "through2": "^2.0.0",
- "vinyl": "^2.0.0"
- },
- "devDependencies": {
- "gulp": "^3.8.7",
- "gulp-sourcemaps": "^2.2.0",
- "istanbul": "^0.4.5",
- "mocha": "^3.0.0",
- "mocha-lcov-reporter": "^1.2.0",
- "should": "^11.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"
-}