{
  "name": "github-calendar",
  "version": "1.0.1",
  "description": "Embed your GitHub contributions calendar anywhere.",
  "main": "lib/index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "browserify lib/index.js -o dist/github-calendar.min.js -s GitHubCalendar && babel dist/github-calendar.min.js | uglifyjs -c -m -o dist/github-calendar.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/github-calendar.git"
  },
  "keywords": [
    "github",
    "calendar",
    "embed"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/github-calendar/issues"
  },
  "homepage": "https://github.com/IonicaBizau/github-calendar#readme",
  "dependencies": {
    "github-calendar-parser": "^1.0.0"
  },
  "blah": {
    "example": [
      {
        "code": {
          "language": "html",
          "content": [
            "<!-- Prepare a container for your calendar. -->",
            "<script",
            "  src=\"https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js\"",
            "</script>",
            "",
            "<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->",
            "<link",
            "  rel=\"stylesheet\"",
            "  href=\"https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.css\"",
            "/>",
            "",
            "<!-- Prepare a container for your calendar. -->",
            "<div class=\"calendar\">",
            "    <!-- Loading stuff -->",
            "    Loading the data just for you.",
            "</div>",
            "",
            "<script>",
            "    GitHubCalendar(\".calendar\", \"your-username\");",
            "</script>"
          ]
        }
      },
      {
        "p": "[Here](http://jsbin.com/wewihogevu/edit?html,output) you can see this example in action."
      }
    ],
    "thanks": {
      "ul": [
        "Big thanks to [**@izuzak**](https://github.com/izuzak) for creating the [urlreq](https://github.com/izuzak/urlreq) project–the default proxy used by this library. :cake:",
        "Part of the CSS code was taken from the GitHub profile page to offer the same experience. :art:"
      ]
    },
    "description": [
      {
        "p": "Everybody<sup><sup>well, haters gonna hate</sup></sup> loves GitHub and everybody loves stats. So, why not making the GitHub contributions calendar available for being embeded in your web pages? Now [you can](https://ionicabizau.github.io/github-calendar/example). :tada:"
      },
      {
        "p": "[![](http://i.imgur.com/S1h8XoB.jpg)](https://ionicabizau.github.io/github-calendar/example)"
      }
    ],
    "title": "github-calendar.js",
    "related": {
      "ul": [
        "[`github-calendar-parser`](https://github.com/IonicaBizau/github-calendar-parser)–Parses the GitHub calendar SVG into JSON.",
        "[`github-calendar-legend`](https://github.com/IonicaBizau/github-calendar-legend)–The GitHub contributions calendar colors.",
        "[`ghcal`](https://github.com/IonicaBizau/ghcal)–See the GitHub contributions calendar of a user in the command line.",
        "[`github-stats`](https://github.com/IonicaBizau/github-stats)–Visualize stats about GitHub users and projects in your terminal.",
        "[...and other goodies...](https://github.com/search?q=user%3AIonicaBizau+github)"
      ]
    }
  }
}