Files
jspm-registry/endpoints.json
T
2013-11-09 13:15:53 +02:00

33 lines
661 B
JSON

{
"github": {
"website": "https://jspm.io",
"location": "https://github.jspm.io",
"repoDepth": 2,
"versionPrefix": "@",
"minorVersions": true,
"latestVersions": true,
"mains": true
},
"npm": {
"website": "https://jspm.io",
"location": "https://npm.jspm.io",
"repoDepth": 1,
"versionPrefix": "@",
"minorVersions": true,
"latestVersions": true,
"mains": true
},
"cdnjs": {
"website": "http://cdnjs.com",
"location": "https://cdnjs.cloudflare.com/ajax/libs",
"repoDepth": 1,
"versionPrefix": "/",
"minorVersions": false,
"latestVersions": false,
"mains": false
}
}