{
  "name": "broccoli-file-manifest",
  "version": "2.0.3",
  "description": "Broccoli plugin that takes creates an import mainfest file of differnt files.",
  "main": "src/index.js",
  "repository": "github:webark/broccoli-style-manifest",
  "author": "Mark David Avery",
  "license": "MIT",
  "private": false,
  "keywords": [
    "broccoli",
    "broccoli-plugin",
    "broccoli-helper",
    "manifest"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha tests/",
    "release": "standard-version"
  },
  "dependencies": {
    "broccoli-tree-walker": "^1.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^9.1.1",
    "@commitlint/config-conventional": "^9.1.1",
    "broccoli-test-helper": "^2.0.0",
    "chai": "^4.2.0",
    "common-tags": "^1.8.0",
    "eslint": "^7.5.0",
    "husky": "^4.2.5",
    "mocha": "^8.0.1",
    "sinon": "^9.0.2",
    "standard-version": "^8.0.2"
  },
  "engines": {
    "node": ">= 10.*"
  }
}
