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/bower.json
2016-07-31 13:40:53 +05:30

29 lines
585 B
JSON

{
"name": "github-widget",
"description": "A widget showing your github details that you can easily embed in your portfolio website.",
"main": "widget.js",
"authors": [
"Surbhi Oberoi <mail@surbhioberoi.com> (http://surbhioberoi.com/)"
],
"license": "MIT",
"keywords": [
"github",
"widget",
"github",
"widget",
"embed"
],
"homepage": "https://github.com/surbhioberoi/github-widget",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {}
}