UNPKG

1.26 kBJSONView Raw
1{
2 "name": "gulp-concat-filenames",
3 "description": "Similar to concat, but creates a file with a list of filenames,not file contents.",
4 "version": "0.0.3",
5 "homepage": "http://jesseharlin.net",
6 "repository": "https://github.com/the-simian/gulp-concat-filenames",
7 "author": "the-simian <harlinjesse@gmail.com>",
8 "main": "./index.js",
9 "keywords": [
10 "gulpplugin",
11 "gulpfriendly",
12 "concat filenames",
13 "gulp"
14 ],
15 "dependencies": {
16 "gulp-util": "2.x.x",
17 "through": "2.x.x"
18 },
19 "devDependencies": {
20 "chai": "*",
21 "gulp": "3.x.x",
22 "gulp-coveralls": "^0.1.3",
23 "gulp-istanbul": "^0.3.1",
24 "gulp-mocha": "^1.1.1",
25 "gulp-plato": "^1.0.1",
26 "gulp-sourcemaps": "1.x.x",
27 "istanbul": "*",
28 "mocha": "*",
29 "mocha-lcov-reporter": "*",
30 "run-sequence": "^1.0.1",
31 "sinon-chai": "*",
32 "stream-array": "0.x.x",
33 "stream-assert": "2.x.x"
34 },
35 "scripts": {
36 "test": "gulp ci",
37 "coveralls" : "gulp coveralls"
38 },
39 "engineStrict": true,
40 "engines": {
41 "node": ">= 0.10"
42 },
43 "licenses": [
44 {
45 "type": "MIT",
46 "url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt"
47 }
48 ]
49}