Files
jspm-registry/endpoints.json
T
2013-11-04 22:26:25 +02:00

32 lines
651 B
JSON

{
"github": {
"website": "https://jspm.io",
"location": "https://github.jspm.io",
"degree": 2,
"versionPrefix": "@",
"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
}
}