Gist example with multiple files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gist-embed", | |
"authors": [ | |
"Blair Vanderhoof" | |
], | |
"description": "Ultra powered gist embedding for your website http://blairvanderhoof.com/gist-embed/", | |
"main": "gist-embed.js", | |
"keywords": [ | |
"gist", | |
"embed", | |
"github", | |
"ajax" | |
], | |
"license": "BSD-2-Clause", | |
"homepage": "https://github.com/blairvanderhoof/gist-embed", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/blairvanderhoof/gist-embed.git" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gist-embed", | |
"version": "2.6.0", | |
"description": "Ultra powered gist embedding for your website", | |
"main": "gist-embed.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/blairvanderhoof/gist-embed.git" | |
}, | |
"keywords": [ | |
"gist", | |
"embed", | |
"github", | |
"ajax" | |
], | |
"author": "Blair Vanderhoof", | |
"license": "BSD-2-Clause", | |
"bugs": { | |
"url": "https://github.com/blairvanderhoof/gist-embed/issues" | |
}, | |
"autoupdate": { | |
"source": "git", | |
"target": "https://github.com/blairvanderhoof/gist-embed.git", | |
"basePath": "", | |
"files": [ | |
"gist-embed.js", | |
"gist-embed.min.js" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment