{
    "staticFiles": [
        ".bowerrc",
        ".editorconfig",
        ".htmlhintrc",
        "sonar-project.properties",
        "tsconfig.json",
        "protractor.conf.js",

        "e2e/.eslintrc",
        "e2e/main.spec.js",

        "gulpfile.js",
        "gulp/.eslintrc",
        "gulp/e2e-tests.js",
        "gulp/shell.js",
        "gulp/htmllint.js",
        "gulp/csslint.js",
        "src/favicon.ico",
        "src/assets/images/yeoman.png",
        "Mock/wiremock-1.57-standalone.jar",
        "Mock/__files/SecurityService/AuthenticateDI/body-SecurityService-AuthenticateDI-TL8Zq.json",
        "Mock/mappings/SecurityService/AuthenticateDI/mapping-SecurityService-AuthenticateDI-TL8Zq.json"
    ],
    "templates": [
        ".gitignore",
        ".eslintrc",

        "package.json",
        "bower.json",
        "tsd.json",

        "karma.conf.js",

        "e2e/main.po.js",

        "gulp/conf.js",
        "gulp/build.js",
        "gulp/inject.js",
        "gulp/markups.js",
        "gulp/scripts.js",
        "gulp/styles.js",
        "gulp/watch.js",
        "gulp/server.js",
        "gulp/unit-tests.js",

        "src/app/index.module.js",
        "src/app/index.config.js",
        "src/app/index.constants.js",
        "src/app/index.run.js",
        "src/index.html",
        "src/app/main/main.controller.js",
        "src/app/main/main.controller.spec.js",
        "src/app/components/navbar/navbar.directive.js",
        "src/app/components/navbar/navbar.directive.spec.js",
        "src/app/components/malarkey/malarkey.directive.js",
        "src/app/components/malarkey/malarkey.directive.spec.js",
        "src/app/components/webDevTec/webDevTec.service.js",
        "src/app/components/webDevTec/webDevTec.service.spec.js",
        "src/app/components/githubContributor/githubContributor.service.js",
        "src/app/components/githubContributor/githubContributor.service.spec.js"
    ]
}
