mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 01:12:49 +08:00
38 lines
724 B
JSON
38 lines
724 B
JSON
{
|
|
"name": "cordova-plugin-statusbar",
|
|
"version": "1.0.0-dev",
|
|
"description": "Cordova StatusBar Plugin",
|
|
"cordova": {
|
|
"id": "cordova-plugin-statusbar",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"wp7",
|
|
"wp8",
|
|
"windows"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar.git"
|
|
},
|
|
"keywords": [
|
|
"cordova",
|
|
"statusbar",
|
|
"ecosystem:cordova",
|
|
"cordova-android",
|
|
"cordova-ios",
|
|
"cordova-wp7",
|
|
"cordova-wp8",
|
|
"cordova-windows"
|
|
],
|
|
"engines": [
|
|
{
|
|
"name": "cordova",
|
|
"version": ">=3.0.0"
|
|
}
|
|
],
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache 2.0"
|
|
}
|