{
  "name": "EventSource",
  "author": "Yaffle",
  "version": "1.0.0",
  "description": "A polyfill for EventSource (SSE)",
  "licenses": [
     {
         "type": "MIT"
     }
  ],
  "repository": {
    "type":"git",
    "url":"http://github.com/Yaffle/EventSource"
  },
  "directories": {
    "lib": "."
  },
  "main": "./EventSource",
  "dojoBuild": "package.js"
}
