Files
jspm-registry/endpoints.json
T

43 lines
896 B
JSON
Raw Normal View History

2013-11-01 21:23:45 +02:00
{
"github": {
"website": "https://jspm.io",
"location": "https://github.jspm.io",
2013-11-09 13:15:53 +02:00
"repoDepth": 2,
2013-11-04 22:26:25 +02:00
"versionPrefix": "@",
2013-11-04 18:17:08 +02:00
"minorVersions": true,
"latestVersions": true,
2013-11-01 21:23:45 +02:00
"mains": true
},
"npm": {
"website": "https://jspm.io",
2013-11-01 21:57:56 +02:00
"location": "https://npm.jspm.io",
2013-11-09 13:15:53 +02:00
"repoDepth": 1,
2013-11-04 18:17:08 +02:00
"versionPrefix": "@",
"minorVersions": true,
"latestVersions": true,
2013-11-01 21:23:45 +02:00
"mains": true
},
"cdnjs": {
"website": "http://cdnjs.com",
"location": "https://cdnjs.cloudflare.com/ajax/libs",
2013-11-09 13:15:53 +02:00
"repoDepth": 1,
2013-11-04 18:17:08 +02:00
"versionPrefix": "/",
"minorVersions": false,
"latestVersions": false,
2013-11-01 21:23:45 +02:00
"mains": false
2013-12-30 18:51:14 +02:00
},
"gist": {
"website": "https://npmjs.org/package/jspm-gist",
"location": "https://gist.jspm.io",
"repoDepth": 1,
"versionPrefix": "@",
"minorVersions": true,
"latestVersions": true,
"mains": true
2013-11-01 21:23:45 +02:00
}
2013-11-09 13:15:53 +02:00
}