Preparing the project.

This commit is contained in:
angel.teran
2019-06-01 07:56:09 +02:00
parent 29d0830dbe
commit 2a799522fc
4 changed files with 96 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "cordova-plugin-safeinsets",
"version": "0.1.0",
"description": "Plugin to integrate screen areas in the style sheets like the status bar or display cutouts.",
"cordova": {
"id": "cordova-plugin-safeinsets",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/elasthink/cordova-plugin-safeinsets.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android"
],
"author": "Elasthink",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/elasthink/cordova-plugin-safeinsets/issues"
},
"homepage": "https://github.com/elasthink/cordova-plugin-safeinsets#readme"
}