UNPKG

1.31 kBJSONView Raw
1{
2 "name": "globcat",
3 "version": "0.4.0",
4 "description": "Concatenate files from command line with glob pattern.",
5 "keywords": [
6 "glob",
7 "wildcard",
8 "file pattern",
9 "concatenate",
10 "command line"
11 ],
12 "main": "globcat.js",
13 "scripts": {
14 "test": "mocha",
15 "preversion": "npm test && gulp lint && gulp cs",
16 "postversion": "git push && git push --tags"
17 },
18 "bin": {
19 "globcat": "bin/globcat.js"
20 },
21 "dependencies": {
22 "async": "^2.0.0-rc.3",
23 "combined-stream2": "^1.1.2",
24 "command-line-args": "^2.1.6",
25 "glob": "^7.0.3",
26 "lodash": "^4.11.1"
27 },
28 "devDependencies": {
29 "chai": "^3.5.0",
30 "gulp": "^3.9.1",
31 "gulp-eslint": "^2.0.0",
32 "gulp-jscs": "^3.0.2",
33 "gulp-jshint": "^2.0.0",
34 "gulp-mocha": "^2.2.0",
35 "is-stream": "^1.1.0",
36 "jshint": "^2.9.2",
37 "jshint-stylish": "^2.1.0",
38 "lodash": "^4.11.1",
39 "mocha": "^2.4.5"
40 },
41 "bugs": {
42 "url": "https://github.com/smonn/globcat/issues"
43 },
44 "repository": {
45 "type": "git",
46 "url": "git+ssh://git@github.com/smonn/globcat.git"
47 },
48 "files": [
49 "bin/globcat.js",
50 "globcat.js"
51 ],
52 "homepage": "https://github.com/smonn/globcat#readme",
53 "author": "Simon Ingeson <simon.ingeson@gmail.com> (http://www.ingeson.se/)",
54 "license": "MIT"
55}