blob: 49f8ef29409d8207f70783b3ac21efb5966fc4ed [file] [log] [blame]
{
"name": "cordova-plugin-statusbar",
"version": "2.1.3",
"description": "Cordova StatusBar Plugin",
"cordova": {
"id": "cordova-plugin-statusbar",
"platforms": [
"android",
"ios",
"wp7",
"wp8",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-statusbar"
},
"keywords": [
"cordova",
"statusbar",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp7",
"cordova-wp8",
"cordova-windows"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Apache Software Foundation",
"license": "Apache 2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}