{
  "name": "GitHub Activity Stream",
  "main": "github-activity.js",
  "version": "0.1.4",
  "homepage": "https://github.com/caseyscarborough/github-activity",
  "authors": [
    "Casey Scarborough <caseyscarborough@gmail.com>"
  ],
  "description": "A widget for displaying GitHub activity for a user.",
  "keywords": [
    "github"
  ],
  "license": "MIT",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "octicons": "~2.1.0",
    "mustache": "~0.8.2"
  },
  "devDependencies": {
    "grunt": "0.4.5"
  }
}
