summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-whitelist/package.json
blob: 2c72e256b01aa5b3b569f843b90f2c57e9f2296a (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
{
  "name": "cordova-plugin-whitelist",
  "version": "1.0.0",
  "description": "Cordova Whitelist Plugin",
  "cordova": {
    "platforms": [
      "android",
      "ios"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist.git"
  },
  "keywords": [
    "cordova",
    "whitelist",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "engines": [
    {
      "name": "cordova-android",
      "version": ">=4.0.0-dev"
    },
    {
      "name": "cordova-ios",
      "version": ">=4.0.0-dev"
    }
  ],
  "author": "Apache Software Foundation",
  "license": "Apache 2.0"
}