-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
31 lines (31 loc) · 880 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
{
"name": "cordova-documents-provider-read-write",
"version": "1.0.0",
"description": "Cordova Plugin to support read/write on Internal, External and SD Card Storage - Supports Android 4.4+",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"cordova": {
"id": "/cordova-documents-provider-read-write",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahusoftcom/cordova-documents-provider-read-write.git"
},
"keywords": [
"cordova",
"file",
"ecosystem:cordova",
"cordova-android"
],
"author": "suraj",
"license": "ISC",
"bugs": {
"url": "https://github.com/sahusoftcom/cordova-documents-provider-read-write/issues"
},
"homepage": "https://github.com/sahusoftcom/cordova-documents-provider-read-write#readme"
}