{
  "name": "evento",
  "version": "1.4.0",
  "description": "Publish–subscribe pattern implementation",
  "main": "./lib/evento.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/g4code/evento"
  },
  "keywords": [
    "events",
    "evento",
    "observer",
    "publisher",
    "subscriber"
  ],
  "author": "Drasko Gomboc <drasko.gomboc@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/g4code/evento/issues"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "underscore": "*"
  },
  "dependencies": {
  }
}
