{
  "name": "msngr",
  "main": "msngr.js",
  "description": "An asynchronous messaging library, written in JavaScript, for node and browser use",
  "version": "7.0.0",
  "keywords": [
    "message",
    "messaging",
    "delegation",
    "eventing",
    "dom",
    "binding",
    "pub",
    "sub",
    "pubsub",
    "publish",
    "subscription",
    "subscribe",
    "pubsub"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KrisSiegel/msngr.js.git"
  },
  "license": "MIT",
  "homepage": "http://www.msngrjs.com/",
  "author": {
    "name": "Kris Siegel",
    "url": "http://www.KrisSiegel.com/"
  },
  "devDependencies": {
    "async": "2.4.1",
    "chai": "4.0.2",
    "grunt": "1.0.2",
    "grunt-available-tasks": "0.6.3",
    "grunt-contrib-clean": "1.1.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-uglify": "3.0.1",
    "grunt-mocha-phantomjs": "4.0.0",
    "grunt-mocha-test": "0.13.2",
    "mocha": "3.4.2"
  },
  "scripts": {
    "test": "node -e \"var g = require('grunt'); g.cli.tasks = ['test']; g.cli();\"",
    "build": "node -e \"var g = require('grunt'); g.cli.tasks = ['build']; g.cli();\"",
    "clean": "node -e \"var g = require('grunt'); g.cli.tasks = ['clean']; g.cli();\""
  }
}
