https://github.com/jkirsch/senser
Raw File
Tip revision: 5810213cd5ba4c27551462c040851a0c71625427 authored by Johannes on 25 June 2018, 11:13:45 UTC
Update dependencies
Tip revision: 5810213
bower.json
{
  "name": "stream-sample",
  "version": "0.0.1-SNAPSHOT",
  "dependencies": {
    "angular": "~1.5.11",
    "angular-animate": "~1.5.11",
    "angular-chart.js": "1.1.1",
    "AngularJS-Toaster": "2.2.0",
    "sockjs-client": "~1.1.1",
    "stomp-websocket": "~2.3.4",
    "zodiac": "https://github.com/indus/zodiac.git",
    "bootstrap": "~3.3.7"
  },
  "overrides": {
    "stomp-websocket": {
      "main": [
        "lib/stomp.js"
      ],
      "zodiac": {
        "main": [
          "zodiac.js"
        ]
      }
    }
  },
  "resolutions": {
    "angular": "1.5.11"
  }
}
back to top