forked from SpiderOak/FileViewerPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 911 Bytes
/
package.json
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
{
"name": "cordova-plugin-fileviewer",
"version": "0.4.0",
"description": "A file viewing and sharing plugin based on the Web Intents plugin by Boris Smus",
"cordova": {
"id": "com.spideroak.fileviewerplugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpiderOak/FileViewerPlugin.git"
},
"keywords": [
"file",
"share",
"intents",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": {
"name": "tommy-carlos williams",
"email": "[email protected]",
"url": "http://devgeeks.org"
},
"licenses": [
{
"type": "Apache2",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/SpiderOak/FileViewerPlugin/issues"
},
"homepage": "https://github.com/SpiderOak/FileViewerPlugin#readme"
}