[
  {
    "path": ".gitignore",
    "content": ".vscode\n*.vsix\n\n### OSX ###\n*.DS_Store\n.AppleDouble\n.LSOverride"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 Solodynamo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "README.md",
    "content": "<h1 align=\"center\">\n    <br>\n    <img width=\"400\" src=\"https://github.com/solodynamo/frontend-vscode-extensionpack/blob/master/logo.png\" alt=\"Frontend VSCode Extension Pack\">\n    <br>\n    <br>\n    <br>\n</h1>\n\n# Frontend VSCode Extension Pack\n\nA collection of extensions for Frontend Development in VS Code.\n\nThese are some of my favorite extensions to make frontend development easier and fun.\n\n## Links\n\n* Find this Extension Pack on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=solodynamo.frontend-vscode-extensionpack)\n* Find this Extension Pack on [GitHub](https://github.com/solodynamo/frontend-vscode-extensionpack)\n\n\n## Extensions Included\n\n* [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)\n* [Auto Comment Blocks](https://marketplace.visualstudio.com/items?itemName=kevinkyang.auto-comment-blocks)\n* [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)\n* [Debugger For Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)\n* [ES Lint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n* [TS Lint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)\n* [Flow Language Support](https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode)\n* [NPM Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense)\n* [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)\n* [Indent Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)\n* [Beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)\n* [Intellisense For CSS Class Names](https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion)\n* [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)\n* [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n* [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)\n* [Style Lint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint)\n* [VS Code Flow IDE](https://marketplace.visualstudio.com/items?itemName=gcazaciuc.vscode-flow-ide)\n* [Document This](https://marketplace.visualstudio.com/items?itemName=joelday.docthis)\n* [Regex Previewer](https://marketplace.visualstudio.com/items?itemName=chrmarti.regex)\n\n## Want to see your extension added?\n\nOpen a PR and I'd be happy to take a look.\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"frontend-vscode-extensionpack\",\n  \"publisher\": \"solodynamo\",\n  \"version\": \"0.0.4\",\n  \"description\": \"Collection of essential vscode extension for front-end development\",\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/solodynamo/frontend-vscode-extensionpack.git\"\n  },\n  \"keywords\": [\n    \"frontend\",\n    \"vscode\",\n    \"extension\",\n    \"buildpack\"\n  ],\n  \"displayName\": \"Frontend VS Code Extension Pack\",\n  \"galleryBanner\": {\n    \"color\": \"#4F86C6\",\n    \"theme\": \"dark\"\n  },\n  \"icon\": \"logo.png\",\n  \"categories\": [\"Extension Packs\"],\n  \"engines\": {\n    \"vscode\": \"^1.14.0\"\n  },\n  \"extensionDependencies\": [\n    \"formulahendry.auto-close-tag\",\n    \"kevinkyang.auto-comment-blocks\",\n    \"naumovs.color-highlight\",\n    \"msjsdiag.debugger-for-chrome\",\n    \"dbaeumer.vscode-eslint\",\n    \"flowtype.flow-for-vscode\",\n    \"eg2.tslint\",\n    \"wix.vscode-import-cost\",\n    \"oderwat.indent-rainbow\",\n    \"HookyQR.beautify\",\n    \"Zignd.html-css-class-completion\",\n    \"christian-kohler.npm-intellisense\",\n    \"christian-kohler.path-intellisense\",\n    \"esbenp.prettier-vscode\",\n    \"CoenraadS.bracket-pair-colorizer\",\n    \"shinnn.stylelint\",\n    \"gcazaciuc.vscode-flow-ide\",\n    \"joelday.docthis\",\n    \"chrmarti.regex\"\n  ],\n  \"license\": \"MIT\",\n  \"bugs\": {\n    \"url\": \"https://github.com/solodynamo/frontend-vscode-extensionpack/issues\"\n  },\n  \"homepage\": \"https://github.com/solodynamo/frontend-vscode-extensionpack#readme\"\n}\n"
  }
]