summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-websocket/package.json
blob: cdeef009e901d9e76074e522811476f2c8af96d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "cordova-plugin-websocket",
  "version": "0.11.0",
  "description": "Cordova WebSocket Plugin for Android",
  "cordova": {
    "id": "cordova-plugin-websocket",
    "platforms": [
      "android"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knowledgecode/WebSocket-for-Android.git"
  },
  "keywords": [
    "cordova",
    "phonegap",
    "websocket",
    "android",
    "ecosystem:cordova",
    "cordova-android"
  ],
  "engines": [
    {
      "name": "cordova",
      "version": ">=3.0.0"
    }
  ],
  "author": "KNOWLEDGECODE",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/knowledgecode/WebSocket-for-Android/issues"
  },
  "homepage": "https://github.com/knowledgecode/WebSocket-for-Android#readme"
}