aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-concat/package.json
blob: 5a6d7f9f723c80c63314f3b292b0cce1d5080249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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"
}