34 lines
897 B
JSON
34 lines
897 B
JSON
{
|
|
"name": "github-widget",
|
|
"version": "1.3.2",
|
|
"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@github.com/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://github.com/HorlogeSkynet/github-widget/issues"
|
|
},
|
|
"homepage": "https://HorlogeSkynet.github.io/github-widget/",
|
|
"dependencies": {
|
|
"uglify-js": "^3.1.1"
|
|
}
|
|
}
|