okunishinishi/node-fileconcat

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fileconcat",
  "version": "2.0.2",
  "description": "Concat multiple files into one.",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "okunishinishi/node-fileconcat",
  "keywords": [
    "file",
    "concat"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-fileconcat/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-fileconcat#readme",
  "dependencies": {
    "argx": "^2.0.2",
    "arrayfilter": "^1.1.2",
    "arrayreduce": "^2.1.0",
    "co": "^4.6.0",
    "expandglob": "^3.0.2",
    "filecopy": "^2.0.0",
    "glob": "^7.0.3",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "ape-covering": "*",
    "ape-releasing": "*",
    "ape-reporting": "*",
    "ape-tasking": "*",
    "ape-testing": "*",
    "ape-tmpl": "*",
    "ape-updating": "*",
    "coz": "*",
    "coz-tmpl": "*"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}