mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"name": "com.ilkimen.http.demo",
|
|
"displayName": "HttpDemo",
|
|
"version": "1.0.0",
|
|
"description": "A sample Apache Cordova application that demonstrates advanced HTTP plugin.",
|
|
"scripts": {
|
|
"build": "scripts/build.sh",
|
|
"test": "npm run build && scripts/test.sh"
|
|
},
|
|
"author": "Sefa Ilkimen",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cordova": "12.0.0",
|
|
"cordova-android": "12.0.1",
|
|
"cordova-browser": "7.0.0",
|
|
"cordova-ios": "7.1.1",
|
|
"cordova-plugin-device": "2.0.3"
|
|
},
|
|
"cordova": {
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"browser"
|
|
],
|
|
"plugins": {
|
|
"cordova-plugin-device": {}
|
|
}
|
|
}
|
|
}
|