forked from hiddentao/cordova-plugin-filepath
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 828 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
{
"name": "community-cordova-plugin-filepath",
"version": "1.7.1",
"description": "Resolve native file paths from content URLs for Cordova platforms",
"cordova": {
"id": "community-cordova-plugin-filepath",
"platforms": [
"android"
]
},
"scripts": {
"version": "sync-cordova-xml package.json plugin.xml --output plugin.xml && git add plugin.xml"
},
"repository": "EYALIN/community-cordova-plugin-filepath/tree/master",
"homepage": "https://github.com/EYALIN/community-cordova-plugin-filepath/tree/master",
"funding": "https://github.com/sponsors/EYALIN",
"keywords": [
"cordova",
"file",
"ecosystem:cordova",
"cordova-android"
],
"author": "Ramesh Nair <[email protected]>",
"license": "Apache 2.0",
"devDependencies": {
"sync-cordova-xml": "^0.4.0"
}
}