CB-8538 Added package.json file

This commit is contained in:
Steve Gill 2015-02-25 00:57:45 -08:00
parent 566ecc7923
commit dff669ece8

37
package.json Normal file
View File

@ -0,0 +1,37 @@
{
"name": "cordova-plugin-statusbar",
"version": "0.1.11-dev",
"description": "Cordova StatusBar Plugin",
"cordova": {
"id": "org.apache.cordova.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"
}