You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
911 B
33 lines
911 B
{ |
|
"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" |
|
} |
|
}
|
|
|