forked from jspm/registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
endpoints.json
42 lines (38 loc) · 896 Bytes
/
endpoints.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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
},
"gist": {
"website": "https://npmjs.org/package/jspm-gist",
"location": "https://gist.jspm.io",
"repoDepth": 1,
"versionPrefix": "@",
"minorVersions": true,
"latestVersions": true,
"mains": true
}
}