This repository has been archived on 2019-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
GitHub-Widget/package.json

34 lines
911 B
JSON

{
"name": "github-widget",
"version": "1.3.3",
"description": "A widget showing your GitHub details that you can easily embed in your portfolio website.",
"main": "widget.js",
"scripts": {
"test": "firefox src/test.html",
"build": "uglifyjs src/widget.js > dist/widget.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@labs.pixelswap.fr:HorlogeSkynet/github-widget.git"
},
"keywords": [
"card",
"embed",
"github",
"profile",
"widget"
],
"contributors": [
"Surbhi Oberoi <mail@surbhioberoi.com> (http://surbhioberoi.com/)",
"Samuel FORESTIER <sam.forestier@gmail.com> (https://HorlogeSkynet.github.io/)"
],
"license": "MIT",
"bugs": {
"url": "https://labs.pixelswap.fr/HorlogeSkynet/github-widget/issues"
},
"homepage": "https://HorlogeSkynet.github.io/github-widget/",
"dependencies": {
"uglify-js": "^3.1.1"
}
}