jspm
Version:
Registry and format agnostic JavaScript package manager
20 lines (19 loc) • 388 B
JSON
{
"defaultTranspiler": "babel",
"defaultRegistry": "jspm",
"strictSSL": true,
"registries": {
"github": {
"handler": "jspm-github",
"remote": "https://github.jspm.io"
},
"npm": {
"handler": "jspm-npm",
"remote": "https://npm.jspm.io"
},
"jspm": {
"handler": "jspm-registry",
"remote": "https://registry.jspm.io"
}
}
}