Skip to content

Instantly share code, notes, and snippets.

@neptunian
Created August 6, 2016 19:47
Show Gist options
  • Save neptunian/d03cb5b336835a553af21c4f976d4865 to your computer and use it in GitHub Desktop.
Save neptunian/d03cb5b336835a553af21c4f976d4865 to your computer and use it in GitHub Desktop.
jspm.config.js
SystemJS.config({
paths: {
"github:": "jspm_packages/github/",
"npm:": "jspm_packages/npm/",
"photography-site/": "src/"
},
browserConfig: {
"baseURL": "/"
},
devConfig: {
"map": {
"babel-runtime": "npm:babel-runtime@5.8.38",
"core-js": "npm:core-js@1.2.6",
"plugin-babel": "npm:systemjs-plugin-babel@0.0.12"
},
"packages": {
"npm:babel-runtime@5.8.38": {
"map": {}
}
}
},
transpiler: "plugin-babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
map: {
"babel": "npm:babel-core@5.8.38",
"lodash": "npm:lodash@3.10.1"
},
packages: {
"photography-site": {
"main": "app.js"
},
"npm:lodash@3.10.1": {
"map": {}
}
}
});
SystemJS.config({
packageConfigPaths: [
"npm:@*/*.json",
"npm:*.json",
"github:*/*.json"
],
map: {
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha",
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha",
"constants": "github:jspm/nodelibs-constants@0.2.0-alpha",
"crypto": "github:jspm/nodelibs-crypto@0.2.0-alpha",
"domain": "github:jspm/nodelibs-domain@0.2.0-alpha",
"events": "github:jspm/nodelibs-events@0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha",
"http": "github:jspm/nodelibs-http@0.2.0-alpha",
"https": "github:jspm/nodelibs-https@0.2.0-alpha",
"jquery": "github:components/jquery@2.2.4",
"jss": "npm:jss@3.11.1",
"path": "github:jspm/nodelibs-path@0.2.0-alpha",
"process": "github:jspm/nodelibs-process@0.2.0-alpha",
"react": "npm:react@15.0.2",
"react-addons-transition-group": "npm:react-addons-transition-group@15.0.2",
"react-dom": "npm:react-dom@15.0.2",
"react-photo-gallery": "npm:react-photo-gallery@4.2.11",
"react-router": "npm:react-router@2.5.2",
"stream": "github:jspm/nodelibs-stream@0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@0.2.0-alpha",
"url": "github:jspm/nodelibs-url@0.2.0-alpha",
"util": "github:jspm/nodelibs-util@0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha",
"zlib": "github:jspm/nodelibs-zlib@0.2.0-alpha"
},
packages: {
"npm:asap@2.0.4": {
"map": {}
},
"npm:browserify-zlib@0.1.4": {
"map": {
"pako": "npm:pako@0.2.8",
"readable-stream": "npm:readable-stream@2.1.4"
}
},
"npm:buffer-shims@1.0.0": {
"map": {}
},
"npm:core-js@1.2.6": {
"map": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
},
"npm:core-util-is@1.0.2": {
"map": {}
},
"npm:css-vendor@0.3.4": {
"map": {}
},
"npm:domain-browser@1.1.7": {
"map": {}
},
"npm:encoding@0.1.12": {
"map": {
"iconv-lite": "npm:iconv-lite@0.4.13"
}
},
"npm:fbjs@0.8.3": {
"map": {
"core-js": "npm:core-js@1.2.6",
"immutable": "npm:immutable@3.8.1",
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
"loose-envify": "npm:loose-envify@1.2.0",
"object-assign": "npm:object-assign@4.1.0",
"promise": "npm:promise@7.1.1",
"ua-parser-js": "npm:ua-parser-js@0.7.10"
}
},
"npm:history@1.12.3": {
"map": {
"deep-equal": "npm:deep-equal@1.0.1",
"invariant": "npm:invariant@2.1.1",
"qs": "npm:qs@4.0.0",
"warning": "npm:warning@2.1.0"
}
},
"npm:iconv-lite@0.4.13": {
"map": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
},
"npm:inherits@2.0.1": {
"map": {}
},
"npm:invariant@2.1.1": {
"map": {
"loose-envify": "npm:loose-envify@1.1.0"
}
},
"npm:isomorphic-fetch@2.2.1": {
"map": {
"node-fetch": "npm:node-fetch@1.5.3",
"whatwg-fetch": "npm:whatwg-fetch@1.0.0"
}
},
"npm:jss-camel-case@1.1.0": {
"map": {
"jss": "npm:jss@3.11.1"
}
},
"npm:jss-nested@1.0.3": {
"map": {
"jss": "npm:jss@3.11.1"
}
},
"npm:jss-px@1.0.0": {
"map": {
"jss": "npm:jss@3.11.1"
}
},
"npm:jss-vendor-prefixer@2.0.0": {
"map": {
"css-vendor": "npm:css-vendor@0.3.4",
"jss": "npm:jss@3.11.1"
}
},
"npm:jss@3.11.1": {
"map": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
},
"npm:jss@4.0.3": {
"map": {
"murmurhash-js": "npm:murmurhash-js@1.0.0",
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
},
"npm:loose-envify@1.1.0": {
"map": {
"js-tokens": "npm:js-tokens@1.0.2"
}
},
"npm:loose-envify@1.2.0": {
"map": {
"js-tokens": "npm:js-tokens@1.0.3"
}
},
"npm:node-fetch@1.5.3": {
"map": {
"encoding": "npm:encoding@0.1.12",
"is-stream": "npm:is-stream@1.1.0"
}
},
"npm:pako@0.2.8": {
"map": {}
},
"npm:process-nextick-args@1.0.7": {
"map": {}
},
"npm:promise@7.1.1": {
"map": {
"asap": "npm:asap@2.0.4"
}
},
"npm:punycode@1.3.2": {
"map": {}
},
"npm:react-addons-transition-group@15.0.2": {
"map": {
"react": "npm:react@15.0.2"
}
},
"npm:react-dom@15.0.2": {
"map": {
"react": "npm:react@15.0.2"
}
},
"npm:react-images@0.4.7": {
"map": {
"jss": "npm:jss@3.11.1",
"jss-camel-case": "npm:jss-camel-case@1.1.0",
"jss-nested": "npm:jss-nested@1.0.3",
"jss-px": "npm:jss-px@1.0.0",
"jss-vendor-prefixer": "npm:jss-vendor-prefixer@2.0.0",
"react": "npm:react@15.0.2",
"react-addons-transition-group": "npm:react-addons-transition-group@15.0.2",
"react-dom": "npm:react-dom@15.0.2",
"react-jss": "npm:react-jss@2.1.1",
"react-swipeable": "npm:react-swipeable@3.5.1"
}
},
"npm:react-jss@2.1.1": {
"map": {
"hoist-non-react-statics": "npm:hoist-non-react-statics@1.1.0",
"jss": "npm:jss@4.0.3",
"react": "npm:react@15.0.2"
}
},
"npm:react-photo-gallery@4.2.11": {
"map": {
"react": "npm:react@15.0.2",
"react-dom": "npm:react-dom@15.0.2",
"react-images": "npm:react-images@0.4.7"
}
},
"npm:react-router@2.5.2": {
"map": {
"history": "npm:history@1.12.3",
"hoist-non-react-statics": "npm:hoist-non-react-statics@1.1.0",
"invariant": "npm:invariant@2.1.1",
"loose-envify": "npm:loose-envify@1.2.0",
"react": "npm:react@15.0.2",
"warning": "npm:warning@2.1.0"
}
},
"npm:react-swipeable@3.5.1": {
"map": {
"react": "npm:react@15.0.2"
}
},
"npm:react@15.0.2": {
"map": {
"fbjs": "npm:fbjs@0.8.3",
"loose-envify": "npm:loose-envify@1.2.0",
"object-assign": "npm:object-assign@4.1.0"
}
},
"npm:readable-stream@2.1.4": {
"map": {
"buffer-shims": "npm:buffer-shims@1.0.0",
"core-util-is": "npm:core-util-is@1.0.2",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@1.0.0",
"process-nextick-args": "npm:process-nextick-args@1.0.7",
"string_decoder": "npm:string_decoder@0.10.31",
"util-deprecate": "npm:util-deprecate@1.0.2"
}
},
"npm:string_decoder@0.10.31": {
"map": {}
},
"npm:ua-parser-js@0.7.10": {
"map": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
},
"npm:util-deprecate@1.0.2": {
"map": {}
},
"npm:warning@2.1.0": {
"map": {
"loose-envify": "npm:loose-envify@1.1.0"
}
},
"github:jspm/nodelibs-domain@0.2.0-alpha": {
"map": {
"domain-browserify": "npm:domain-browser@1.1.7"
}
},
"github:jspm/nodelibs-stream@0.2.0-alpha": {
"map": {
"stream-browserify": "npm:stream-browserify@2.0.1"
}
},
"npm:stream-browserify@2.0.1": {
"map": {
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@2.1.4"
}
},
"github:jspm/nodelibs-buffer@0.2.0-alpha": {
"map": {
"buffer-browserify": "npm:buffer@4.7.1"
}
},
"npm:buffer@4.7.1": {
"map": {
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"base64-js": "npm:base64-js@1.1.2"
}
},
"github:jspm/nodelibs-string_decoder@0.2.0-alpha": {
"map": {
"string_decoder-browserify": "npm:string_decoder@0.10.31"
}
},
"github:jspm/nodelibs-http@0.2.0-alpha": {
"map": {
"http-browserify": "npm:stream-http@2.3.0"
}
},
"npm:stream-http@2.3.0": {
"map": {
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@2.1.4",
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
"xtend": "npm:xtend@4.0.1"
}
},
"github:jspm/nodelibs-url@0.2.0-alpha": {
"map": {
"url-browserify": "npm:url@0.11.0"
}
},
"npm:url@0.11.0": {
"map": {
"punycode": "npm:punycode@1.3.2",
"querystring": "npm:querystring@0.2.0"
}
},
"github:jspm/nodelibs-zlib@0.2.0-alpha": {
"map": {
"zlib-browserify": "npm:browserify-zlib@0.1.4"
}
},
"github:jspm/nodelibs-crypto@0.2.0-alpha": {
"map": {
"crypto-browserify": "npm:crypto-browserify@3.11.0"
}
},
"npm:crypto-browserify@3.11.0": {
"map": {
"inherits": "npm:inherits@2.0.1",
"create-ecdh": "npm:create-ecdh@4.0.0",
"create-hash": "npm:create-hash@1.1.2",
"randombytes": "npm:randombytes@2.0.3",
"create-hmac": "npm:create-hmac@1.1.4",
"browserify-sign": "npm:browserify-sign@4.0.0",
"browserify-cipher": "npm:browserify-cipher@1.0.0",
"pbkdf2": "npm:pbkdf2@3.0.4",
"diffie-hellman": "npm:diffie-hellman@5.0.2",
"public-encrypt": "npm:public-encrypt@4.0.0"
}
},
"npm:create-hash@1.1.2": {
"map": {
"inherits": "npm:inherits@2.0.1",
"sha.js": "npm:sha.js@2.4.5",
"ripemd160": "npm:ripemd160@1.0.1",
"cipher-base": "npm:cipher-base@1.0.2"
}
},
"npm:browserify-sign@4.0.0": {
"map": {
"inherits": "npm:inherits@2.0.1",
"create-hash": "npm:create-hash@1.1.2",
"create-hmac": "npm:create-hmac@1.1.4",
"elliptic": "npm:elliptic@6.3.1",
"browserify-rsa": "npm:browserify-rsa@4.0.1",
"bn.js": "npm:bn.js@4.11.5",
"parse-asn1": "npm:parse-asn1@5.0.0"
}
},
"npm:create-hmac@1.1.4": {
"map": {
"inherits": "npm:inherits@2.0.1",
"create-hash": "npm:create-hash@1.1.2"
}
},
"npm:pbkdf2@3.0.4": {
"map": {
"create-hmac": "npm:create-hmac@1.1.4"
}
},
"npm:diffie-hellman@5.0.2": {
"map": {
"randombytes": "npm:randombytes@2.0.3",
"bn.js": "npm:bn.js@4.11.5",
"miller-rabin": "npm:miller-rabin@4.0.0"
}
},
"npm:create-ecdh@4.0.0": {
"map": {
"elliptic": "npm:elliptic@6.3.1",
"bn.js": "npm:bn.js@4.11.5"
}
},
"npm:elliptic@6.3.1": {
"map": {
"inherits": "npm:inherits@2.0.1",
"bn.js": "npm:bn.js@4.11.5",
"hash.js": "npm:hash.js@1.0.3",
"brorand": "npm:brorand@1.0.5"
}
},
"npm:sha.js@2.4.5": {
"map": {
"inherits": "npm:inherits@2.0.1"
}
},
"npm:cipher-base@1.0.2": {
"map": {
"inherits": "npm:inherits@2.0.1"
}
},
"npm:browserify-rsa@4.0.1": {
"map": {
"randombytes": "npm:randombytes@2.0.3",
"bn.js": "npm:bn.js@4.11.5"
}
},
"npm:public-encrypt@4.0.0": {
"map": {
"randombytes": "npm:randombytes@2.0.3",
"bn.js": "npm:bn.js@4.11.5",
"browserify-rsa": "npm:browserify-rsa@4.0.1",
"create-hash": "npm:create-hash@1.1.2",
"parse-asn1": "npm:parse-asn1@5.0.0"
}
},
"npm:browserify-cipher@1.0.0": {
"map": {
"browserify-des": "npm:browserify-des@1.0.0",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
"browserify-aes": "npm:browserify-aes@1.0.6"
}
},
"npm:browserify-des@1.0.0": {
"map": {
"inherits": "npm:inherits@2.0.1",
"cipher-base": "npm:cipher-base@1.0.2",
"des.js": "npm:des.js@1.0.0"
}
},
"npm:miller-rabin@4.0.0": {
"map": {
"bn.js": "npm:bn.js@4.11.5",
"brorand": "npm:brorand@1.0.5"
}
},
"npm:des.js@1.0.0": {
"map": {
"inherits": "npm:inherits@2.0.1",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
}
},
"npm:hash.js@1.0.3": {
"map": {
"inherits": "npm:inherits@2.0.1"
}
},
"npm:evp_bytestokey@1.0.0": {
"map": {
"create-hash": "npm:create-hash@1.1.2"
}
},
"npm:parse-asn1@5.0.0": {
"map": {
"create-hash": "npm:create-hash@1.1.2",
"pbkdf2": "npm:pbkdf2@3.0.4",
"browserify-aes": "npm:browserify-aes@1.0.6",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
"asn1.js": "npm:asn1.js@4.8.0"
}
},
"npm:browserify-aes@1.0.6": {
"map": {
"cipher-base": "npm:cipher-base@1.0.2",
"create-hash": "npm:create-hash@1.1.2",
"inherits": "npm:inherits@2.0.1",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
"buffer-xor": "npm:buffer-xor@1.0.3"
}
},
"npm:asn1.js@4.8.0": {
"map": {
"bn.js": "npm:bn.js@4.11.5",
"inherits": "npm:inherits@2.0.1",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment