{
  "name": "ccatjs",
  "version": "4.1.1",
  "description": "Concatenate files using in-file @import: statements.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ccatjs": "bin/ccatjs-global.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mustinherit/ccatjs.git"
  },
  "keywords": [
    "Concatenate",
    "Concat",
    "Include",
    "Import",
    "File",
    "Join"
  ],
  "author": "mustinherit",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mustinherit/ccatjs/issues"
  },
  "homepage": "https://github.com/mustinherit/ccatjs#readme"
}