You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
3.7 KiB
118 lines
3.7 KiB
System.config({ |
|
defaultJSExtensions: true, |
|
transpiler: "babel", |
|
babelOptions: { |
|
"optional": [ |
|
"runtime", |
|
"optimisation.modules.system" |
|
] |
|
}, |
|
paths: { |
|
"github:*": "jspm_packages/github/*", |
|
"npm:*": "jspm_packages/npm/*" |
|
}, |
|
|
|
meta: { |
|
"angular-ui-router": { |
|
"globals": { |
|
"angular": "angular" |
|
} |
|
} |
|
}, |
|
|
|
map: { |
|
"angular": "npm:angular@1.5.6", |
|
"angular-cookies": "npm:angular-cookies@1.5.8", |
|
"angular-sanitize": "npm:angular-sanitize@1.5.6", |
|
"angular-ui-router": "npm:angular-ui-router@0.2.18", |
|
"angular-ui/bootstrap": "github:angular-ui/bootstrap@1.3.3", |
|
"angular-ui/bootstrap-bower": "github:angular-ui/bootstrap-bower@1.3.3", |
|
"babel": "npm:babel-core@5.8.38", |
|
"babel-runtime": "npm:babel-runtime@5.8.38", |
|
"bootstrap": "npm:bootstrap@3.3.6", |
|
"core-js": "npm:core-js@1.2.6", |
|
"gulp-go": "github:forestjohnsonpeoplenet/gulp-go@1.2.0", |
|
"json": "github:systemjs/plugin-json@0.1.2", |
|
"sourcemapped-stacktrace": "npm:sourcemapped-stacktrace@1.1.3", |
|
"text": "github:systemjs/plugin-text@0.0.8", |
|
"twbs/bootstrap": "github:twbs/bootstrap@3.3.6", |
|
"github:jspm/nodelibs-assert@0.1.0": { |
|
"assert": "npm:assert@1.4.1" |
|
}, |
|
"github:jspm/nodelibs-buffer@0.1.0": { |
|
"buffer": "npm:buffer@3.6.0" |
|
}, |
|
"github:jspm/nodelibs-path@0.1.0": { |
|
"path-browserify": "npm:path-browserify@0.0.0" |
|
}, |
|
"github:jspm/nodelibs-process@0.1.2": { |
|
"process": "npm:process@0.11.5" |
|
}, |
|
"github:jspm/nodelibs-util@0.1.0": { |
|
"util": "npm:util@0.10.3" |
|
}, |
|
"github:jspm/nodelibs-vm@0.1.0": { |
|
"vm-browserify": "npm:vm-browserify@0.0.4" |
|
}, |
|
"github:twbs/bootstrap@3.3.6": { |
|
"jquery": "npm:jquery@2.2.4" |
|
}, |
|
"npm:angular-ui-router@0.2.18": { |
|
"angular": "npm:angular@1.5.6", |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"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" |
|
}, |
|
"npm:babel-runtime@5.8.38": { |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:bootstrap@3.3.6": { |
|
"fs": "github:jspm/nodelibs-fs@0.1.2", |
|
"path": "github:jspm/nodelibs-path@0.1.0", |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:buffer@3.6.0": { |
|
"base64-js": "npm:base64-js@0.0.8", |
|
"child_process": "github:jspm/nodelibs-child_process@0.1.0", |
|
"fs": "github:jspm/nodelibs-fs@0.1.2", |
|
"ieee754": "npm:ieee754@1.1.6", |
|
"isarray": "npm:isarray@1.0.0", |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:core-js@1.2.6": { |
|
"fs": "github:jspm/nodelibs-fs@0.1.2", |
|
"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" |
|
}, |
|
"npm:inherits@2.0.1": { |
|
"util": "github:jspm/nodelibs-util@0.1.0" |
|
}, |
|
"npm:path-browserify@0.0.0": { |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:process@0.11.5": { |
|
"assert": "github:jspm/nodelibs-assert@0.1.0", |
|
"fs": "github:jspm/nodelibs-fs@0.1.2", |
|
"vm": "github:jspm/nodelibs-vm@0.1.0" |
|
}, |
|
"npm:source-map@0.5.6": { |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:sourcemapped-stacktrace@1.1.3": { |
|
"process": "github:jspm/nodelibs-process@0.1.2", |
|
"source-map": "npm:source-map@0.5.6" |
|
}, |
|
"npm:util@0.10.3": { |
|
"inherits": "npm:inherits@2.0.1", |
|
"process": "github:jspm/nodelibs-process@0.1.2" |
|
}, |
|
"npm:vm-browserify@0.0.4": { |
|
"indexof": "npm:indexof@0.0.1" |
|
} |
|
} |
|
});
|
|
|