From f251f9603a2c0dd801f07e5489aadd498a0fea42 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 30 Dec 2013 18:51:14 +0200 Subject: [PATCH] add gist --- endpoints.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/endpoints.json b/endpoints.json index 6554749..8f92fae 100644 --- a/endpoints.json +++ b/endpoints.json @@ -28,5 +28,15 @@ "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 } }