habitica/website/public/manifest.json

134 lines
5.7 KiB
JSON
Raw Normal View History

{
"app": {
"js": [
2014-02-15 03:04:59 +00:00
"bower_components/jquery/dist/jquery.min.js",
"bower_components/jquery.cookie/jquery.cookie.js",
2014-04-08 17:16:06 +00:00
"bower_components/pnotify/jquery.pnotify.min.js",
"bower_components/bootstrap-growl/jquery.bootstrap-growl.js",
"bower_components/bootstrap-tour/build/js/bootstrap-tour.js",
"bower_components/angular/angular.js",
"bower_components/angular-sanitize/angular-sanitize.js",
"bower_components/marked/lib/marked.js",
"bower_components/angular-ui-router/release/angular-ui-router.js",
"bower_components/angular-resource/angular-resource.min.js",
"bower_components/angular-ui-utils/ui-utils.min.js",
"bower_components/angular-loading-bar/build/loading-bar.js",
"bower_components/Angular-At-Directive/src/at.js",
"bower_components/Angular-At-Directive/src/caret.js",
"bower_components/js-emoji/emoji.js",
"bower_components/sticky/jquery.sticky.js",
"bower_components/ngInfiniteScroll/build/ng-infinite-scroll.min.js",
"bower_components/select2/select2.js",
"bower_components/angular-ui-select2/src/select2.js",
"bower_components/hello/dist/hello.all.min.js",
"bower_components/angular-filter/dist/angular-filter.min.js",
"bower_components/angular-bootstrap/ui-bootstrap.js",
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"bower_components/bootstrap/dist/js/bootstrap.js",
"bower_components/jquery-ui/ui/minified/jquery.ui.core.min.js",
"bower_components/jquery-ui/ui/minified/jquery.ui.widget.min.js",
"bower_components/jquery-ui/ui/minified/jquery.ui.mouse.min.js",
"bower_components/jquery-ui/ui/minified/jquery.ui.sortable.min.js",
2015-02-05 22:37:22 +00:00
"common/dist/scripts/habitrpg-shared.js",
"js/env.js",
"js/app.js",
2015-02-09 19:32:56 +00:00
"common/script/public/config.js",
"js/services/sharedServices.js",
"js/services/notificationServices.js",
2015-02-09 19:32:56 +00:00
"common/script/public/userServices.js",
"common/script/public/directives.js",
"js/services/groupServices.js",
"js/services/memberServices.js",
"js/services/guideServices.js",
"js/services/challengeServices.js",
"js/services/paymentServices.js",
"js/filters/filters.js",
"js/directives/directives.js",
"js/controllers/authCtrl.js",
"js/controllers/notificationCtrl.js",
"js/controllers/rootCtrl.js",
"js/controllers/settingsCtrl.js",
"js/controllers/headerCtrl.js",
"js/controllers/tasksCtrl.js",
"js/controllers/filtersCtrl.js",
"js/controllers/userCtrl.js",
"js/controllers/groupsCtrl.js",
"js/controllers/inventoryCtrl.js",
"js/controllers/footerCtrl.js",
"js/controllers/challengesCtrl.js",
"js/controllers/hallCtrl.js"
],
"css": [
"bower_components/bootstrap/dist/css/bootstrap.css",
"bower_components/css-social-buttons/css/zocial.css",
"app.css",
2014-04-08 17:16:06 +00:00
"bower_components/pnotify/jquery.pnotify.default.css",
"bower_components/pnotify/jquery.pnotify.default.icons.css",
2015-02-05 22:37:22 +00:00
"common/dist/sprites/habitrpg-shared.css",
2015-02-05 02:40:06 +00:00
"bower_components/bootstrap-tour/build/css/bootstrap-tour.css",
"fontello/css/fontelico.css"
]
},
"static": {
"js": [
"bower_components/jquery/dist/jquery.min.js",
2015-02-05 22:37:22 +00:00
"common/dist/scripts/habitrpg-shared.js",
"bower_components/angular/angular.js",
"bower_components/angular-ui/build/angular-ui.js",
"bower_components/angular-bootstrap/ui-bootstrap.js",
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"bower_components/bootstrap/dist/js/bootstrap.js",
"bower_components/jquery-colorbox/jquery.colorbox-min.js",
"bower_components/hello/dist/hello.all.min.js",
"bower_components/angular-loading-bar/build/loading-bar.js",
"js/env.js",
"js/static.js",
"js/services/notificationServices.js",
2015-02-09 19:32:56 +00:00
"common/script/public/userServices.js",
"js/controllers/authCtrl.js",
"js/controllers/footerCtrl.js"
],
"css": [
"bower_components/bootstrap/dist/css/bootstrap.css",
"bower_components/css-social-buttons/css/zocial.css",
"bower_components/jquery-colorbox/example1/colorbox.css",
"app.css",
2015-02-05 22:37:22 +00:00
"common/dist/sprites/habitrpg-shared.css",
"static.css"
]
},
"tmp_static_front": {
"js": [
"bower_components/jquery/dist/jquery.min.js",
"common/dist/scripts/habitrpg-shared.js",
"bower_components/angular/angular.js",
"bower_components/angular-ui/build/angular-ui.js",
"bower_components/jquery-colorbox/jquery.colorbox-min.js",
"bower_components/hello/dist/hello.all.min.js",
"bower_components/angular-loading-bar/build/loading-bar.js",
"js/env.js",
"js/static.js",
"js/services/notificationServices.js",
"common/script/public/userServices.js",
"js/controllers/authCtrl.js",
"js/controllers/footerCtrl.js"
],
"css": [
"bower_components/css-social-buttons/css/zocial.css",
2015-05-16 03:31:47 +00:00
"front/staticstyle.css",
"common/dist/sprites/habitrpg-shared.css",
"app.css"
]
}
}