Files
jspm-registry/endpoints.json
T

32 lines
660 B
JSON
Raw Normal View History

2013-11-01 21:23:45 +02:00
{
"github": {
"website": "https://jspm.io",
"location": "https://github.jspm.io",
"degree": 2,
"version-prefix": "@",
"minor-versions": true,
"latest-versions": true,
"mains": true
},
"npm": {
"website": "https://jspm.io",
2013-11-01 21:57:56 +02:00
"location": "https://npm.jspm.io",
2013-11-01 21:23:45 +02:00
"degree": 1,
"version-prefix": "@",
"minor-versions": true,
"latest-versions": true,
"mains": true
},
"cdnjs": {
"website": "http://cdnjs.com",
"location": "https://cdnjs.cloudflare.com/ajax/libs",
"degree": 1,
"version-prefix": "/",
"minor-versions": false,
"latest-versions": false,
"mains": false
}
}