mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-12 00:03:02 +08:00
Add package.json
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"name": "cordova-plugin-http",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
||||||
|
"cordova": {
|
||||||
|
"id": "cordova-plugin-http",
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/wymsee/cordova-HTTP.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"cordova",
|
||||||
|
"device",
|
||||||
|
"ecosystem:cordova",
|
||||||
|
"cordova-ios",
|
||||||
|
"cordova-android"
|
||||||
|
],
|
||||||
|
"engines": [
|
||||||
|
{
|
||||||
|
"name": "cordova",
|
||||||
|
"version": ">=3.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"author": "Wymsee",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/wymsee/cordova-HTTP/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/wymsee/cordova-HTTP#readme"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user