{
  "name": "jupiter",
  "version": "1.3.0",
  "description": "Simple, minimal & dependency-free JavaScript Publish/Subscribe",
  "main": "index.js",
  "scripts": {
    "test": "grunt jasmine_node:jupiter && grunt coveralls:jupiter"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mbjordan/JupiterJS.git"
  },
  "keywords": [
    "Pub/Sub",
    "pubsub",
    "publish",
    "subscribe",
    "event"
  ],
  "author": "Matt Jordan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mbjordan/JupiterJS/issues"
  },
  "homepage": "http://honyovk.com/JupiterJS/",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-coveralls": "^1.0.0",
    "grunt-jasmine-node-coverage": "^0.3.1"
  }
}
