hostr/web/public/config.js

97 lines
3.1 KiB
JavaScript
Raw Permalink Normal View History

2015-07-09 23:01:43 +01:00
System.config({
2016-06-02 21:06:52 +01:00
baseURL: "/",
2015-08-22 00:27:55 +01:00
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
2015-07-09 23:01:43 +01:00
"optional": [
2016-06-02 21:06:52 +01:00
"runtime",
"optimisation.modules.system"
2015-07-09 23:01:43 +01:00
]
},
2015-08-22 00:27:55 +01:00
paths: {
2015-07-09 23:01:43 +01:00
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
2015-08-22 00:27:55 +01:00
},
2015-07-09 23:01:43 +01:00
2015-08-22 00:27:55 +01:00
map: {
2016-06-02 21:06:52 +01:00
"angular": "npm:angular@1.5.6",
2015-07-09 23:01:43 +01:00
"angular-reconnecting-websocket": "github:adieu/angular-reconnecting-websocket@0.1.1",
2016-06-06 13:39:42 +01:00
"angular-strap": "npm:angular-strap@2.3.8",
2016-06-02 21:06:52 +01:00
"angular/resource": "npm:angular-resource@1.5.6",
"angular/route": "npm:angular-route@1.5.6",
"babel": "npm:babel-core@5.8.38",
"babel-runtime": "npm:babel-runtime@5.8.38",
"bootstrap-sass": "npm:bootstrap-sass@3.3.6",
2015-07-09 23:01:43 +01:00
"cferdinandi/smooth-scroll": "github:cferdinandi/smooth-scroll@5.3.7",
2016-06-02 21:06:52 +01:00
"core-js": "npm:core-js@1.2.6",
2015-07-09 23:01:43 +01:00
"dropzone": "npm:dropzone@4.0.1",
2016-06-02 21:06:52 +01:00
"jquery": "npm:jquery@2.2.4",
2015-07-09 23:01:43 +01:00
"zeroclipboard": "npm:zeroclipboard@2.2.0",
2016-06-02 21:06:52 +01:00
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.4.1"
},
2015-08-22 00:27:55 +01:00
"github:jspm/nodelibs-buffer@0.1.0": {
2016-06-02 21:06:52 +01:00
"buffer": "npm:buffer@3.6.0"
2015-08-22 00:27:55 +01:00
},
2015-07-09 23:01:43 +01:00
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
2016-06-02 21:06:52 +01:00
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.3"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
2015-07-09 23:01:43 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:angular-strap@2.3.8": {
2015-08-22 00:27:55 +01:00
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
2016-06-02 21:06:52 +01:00
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
2015-07-09 23:01:43 +01:00
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
2016-06-02 21:06:52 +01:00
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "github:jspm/nodelibs-util@0.1.0"
2015-07-09 23:01:43 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:assert@1.4.1": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"util": "npm:util@0.10.3"
2015-07-09 23:01:43 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:babel-runtime@5.8.38": {
"process": "github:jspm/nodelibs-process@0.1.2"
2015-07-09 23:01:43 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:buffer@3.6.0": {
2015-08-22 00:27:55 +01:00
"base64-js": "npm:base64-js@0.0.8",
2016-06-02 21:06:52 +01:00
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
2015-08-22 00:27:55 +01:00
"ieee754": "npm:ieee754@1.1.6",
2016-06-02 21:06:52 +01:00
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
2015-08-22 00:27:55 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:core-js@1.2.6": {
2015-07-09 23:01:43 +01:00
"fs": "github:jspm/nodelibs-fs@0.1.2",
2016-06-02 21:06:52 +01:00
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
2015-07-09 23:01:43 +01:00
},
"npm:dropzone@4.0.1": {
2016-06-02 21:06:52 +01:00
"process": "github:jspm/nodelibs-process@0.1.2"
2015-07-09 23:01:43 +01:00
},
2016-06-02 21:06:52 +01:00
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
2015-07-09 23:01:43 +01:00
},
"npm:path-browserify@0.0.0": {
2016-06-02 21:06:52 +01:00
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process@0.11.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
2015-07-09 23:01:43 +01:00
},
"npm:zeroclipboard@2.2.0": {
2016-06-02 21:06:52 +01:00
"process": "github:jspm/nodelibs-process@0.1.2"
2015-07-09 23:01:43 +01:00
}
}
});