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
2016-07-28 23:35:15 +05:30

30 lines
761 B
JSON

{
"name": "github-card",
"version": "1.1.1",
"description": "A widget showing your github details that you can easily embed in your portfolio website.",
"main": "widget.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/surbhioberoi/github-widget.git"
},
"keywords": [
"github",
"widget",
"github",
"widget",
"embed"
],
"author": "Surbhi Oberoi <mail@surbhioberoi.com> (http://surbhioberoi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/surbhioberoi/github-widget/issues"
},
"homepage": "https://github.com/surbhioberoi/github-widget#readme",
"dependencies": {
"jquery": "3.1.0"
}
}