beevelop/ng-stomp

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ng-stomp",
  "version": "0.5.0",
  "description": "STOMP for AngularJS",
  "main": "src/ng-stomp.js",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-file-exists": "^0.1.4"
  },
  "scripts": {
    "test": "grunt --verbose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/beevelop/ng-stomp.git"
  },
  "keywords": [
    "AngularJS",
    "STOMP",
    "websocket"
  ],
  "author": "Maik Hummel <m@ikhummel.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/beevelop/ng-stomp/issues"
  },
  "homepage": "https://github.com/beevelop/ng-stomp",
  "dependencies": {
    "@stomp/stompjs": "^4.0.1",
    "sockjs-client": "^1.1.4"
  }
}