-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 725 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 725 Bytes
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
{
"name": "cordova-plugin-retrofit-http",
"version": "0.0.2",
"description": "A Cordova/ PhoneGap Plugin (for Android only) which helps to make HTTP requests using the awesome Retrofit 2 library under the hood.",
"cordova": {
"id": "cordova-plugin-retrofit-http",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joel-Raju/cordova-RetrofitHTTP.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Joel Raju (joelraju.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Joel-Raju/cordova-RetrofitHTTP/issues"
},
"homepage": "https://github.com/Joel-Raju/cordova-RetrofitHTTP#readme"
}