summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-file/package.json
blob: 4f7442da034ea2ec30cabadfbbf54b0deda6cce0 (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
36
37
38
39
40
41
{
  "name": "cordova-plugin-file",
  "version": "2.1.0",
  "description": "Cordova File Plugin",
  "cordova": {
    "id": "cordova-plugin-file",
    "platforms": [
      "android",
      "amazon-fireos",
      "ubuntu",
      "ios",
      "wp7",
      "wp8",
      "blackberry10",
      "windows8",
      "windows",
      "firefoxos"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apache/cordova-plugin-file"
  },
  "keywords": [
    "cordova",
    "file",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-amazon-fireos",
    "cordova-ubuntu",
    "cordova-ios",
    "cordova-wp7",
    "cordova-wp8",
    "cordova-blackberry10",
    "cordova-windows8",
    "cordova-windows",
    "cordova-firefoxos"
  ],
  "author": "Apache Software Foundation",
  "license": "Apache 2.0"
}