All Downloads are FREE. Search and download functionalities are using the official Maven repository.

script.libjoynr-js.1.4.0.source-code.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "joynr",
  "version": "1.4.0",
  "description": "Web-based communication framework for applications wanting to interact with other applications, no matter whether they're deployed on consumer devices, vehicles, or backend infrastructure",
  "license": "Apache-2.0",
  "homepage": "http://joynr.io",
  "bugs": "https://github.com/bmwcarit/joynr/issues",
  "main": "joynr.js",
  "dependencies": {
    "bluebird": "3.3.5",
    "mqtt": "2.15.0",
    "smrf-native": "0.2.2",
    "uuid": "3.2.1",
    "ws": "4.0.0"
  },
  "devDependencies": {
    "es6-promisify": "5.0.0"
  },
  "browser": {
    "./global/LocalStorageNode.js": "./global/LocalStorage.js",
    "./global/WebSocketNode.js": "./global/WebSocket.js",
    "util": "./global/UtilBrowser.js"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bmwcarit/joynr.git"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy