forked from hiddentao/cordova-plugin-filepath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.88 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.88 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"_from": "git+https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"_id": "cordova-plugin-filepath@1.6.0",
"_inBundle": false,
"_integrity": "",
"_location": "/cordova-plugin-filepath",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"rawSpec": "git+https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"saveSpec": "git+https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"fetchSpec": "https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"gitCommittish": null
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "git+https://github.com/yapzhenyie/cordova-plugin-filepath.git#d72551e506521d0693523d2a537db619c5e0437f",
"_spec": "git+https://github.com/logisticinfotech/cordova-plugin-filepath.git",
"_where": "/Volumes/Projects/Projects/JenniferEly/PF",
"author": {
"name": "Chintan Adatiya",
"email": "chitan@logisticinfotech.com"
},
"bugs": {
"url": "https://github.com/hiddentao/cordova-plugin-filepath/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-filepath",
"platforms": [
"android"
]
},
"deprecated": false,
"description": "Resolve native file paths from content URLs for Cordova platforms",
"devDependencies": {
"sync-cordova-xml": "^0.4.0"
},
"homepage": "https://github.com/hiddentao/cordova-plugin-filepath#readme",
"keywords": [
"cordova",
"file",
"ecosystem:cordova",
"cordova-android"
],
"license": "Apache 2.0",
"name": "cordova-plugin-filepath",
"repository": {
"type": "git",
"url": "git+https://github.com/hiddentao/cordova-plugin-filepath.git"
},
"scripts": {
"version": "sync-cordova-xml package.json plugin.xml --output plugin.xml && git add plugin.xml"
},
"version": "1.6.0"
}