32 lines
652 B
JSON
32 lines
652 B
JSON
{
|
|
"github": {
|
|
"website": "https://jspm.io",
|
|
|
|
"location": "https://github.jspm.io",
|
|
"degree": 2,
|
|
"version-prefix": "@",
|
|
"minorVersions": true,
|
|
"latestVersions": true,
|
|
"mains": true
|
|
},
|
|
"npm": {
|
|
"website": "https://jspm.io",
|
|
|
|
"location": "https://npm.jspm.io",
|
|
"degree": 1,
|
|
"versionPrefix": "@",
|
|
"minorVersions": true,
|
|
"latestVersions": true,
|
|
"mains": true
|
|
},
|
|
"cdnjs": {
|
|
"website": "http://cdnjs.com",
|
|
|
|
"location": "https://cdnjs.cloudflare.com/ajax/libs",
|
|
"degree": 1,
|
|
"versionPrefix": "/",
|
|
"minorVersions": false,
|
|
"latestVersions": false,
|
|
"mains": false
|
|
}
|
|
} |