kylewelsby/angular-post-message

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-post-message",
  "version": "1.4.1",
  "description": "Allow angularJS to listen and publish cross-document messages though window.postMessage API.",
  "main": "dist/angular-post-message.min.js",
  "scripts": {
    "test": "./scripts/ci"
  },
  "author": "Kyle Welsby <kyle@mekyle.com>",
  "license": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-concat": "~0.5.1",
    "grunt-contrib-uglify": "~0.2.5",
    "jasmine-core": "^2.2.0",
    "karma": "^0.12.31",
    "karma-chrome-launcher": "^0.1.7",
    "karma-coverage": "^0.2.7",
    "karma-jasmine": "^0.3.5",
    "karma-sauce-launcher": "^0.2.10"
  }
}