Skip to content

Instantly share code, notes, and snippets.

@LuisMDeveloper
Last active April 2, 2024 14:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save LuisMDeveloper/a900acbf7140c18217dc7a1679c52114 to your computer and use it in GitHub Desktop.
Save LuisMDeveloper/a900acbf7140c18217dc7a1679c52114 to your computer and use it in GitHub Desktop.
Gist example with multiple files
{
"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"
}
}
{
"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