cordova-plugin-advanced-http/package.json
Andrew Stephan 99683f1f30 1.0.3
2016-04-26 15:23:21 -04:00

36 lines
748 B
JSON

{
"name": "cordova-plugin-http",
"version": "1.0.3",
"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"
}