{
  "name": "monorepo-load-grunt-parent-tasks",
  "description": "Do not use this, use the main package",
  "version": "0.2.4",
  "homepage": "https://github.com/psyrendust/load-grunt-parent-tasks",
  "author": {
    "name": "Larry Gordon",
    "email": "lgordon@psyrendust.com"
  },
  "contributors": [
    {
      "name": "Francisco Cortés",
      "email": "franklyn.bdn@gmail.com"
    },
    {
      "name": "Alex Okonechnikov",
      "email": "alexo45@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/psyrendust/load-grunt-parent-tasks.git"
  },
  "bugs": {
    "url": "https://github.com/psyrendust/load-grunt-parent-tasks/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "npm run lint && npm run compile",
    "lint": "tslint './src/**/*.ts'",
    "compile": "tsc"
  },
  "dependencies": {
    "findup-sync": "^4.0.0",
    "globule": "^1.2.1"
  },
  "devDependencies": {
    "@types/grunt": "^0.4.25",
    "tslint": "^5.20.0",
    "typescript": "^3.6.3"
  },
  "keywords": [
    "grunt",
    "load",
    "require",
    "tasks",
    "glob",
    "pattern",
    "match",
    "matchdep",
    "dependencies",
    "loadNpmTasks",
    "de-duped",
    "submodules"
  ]
}