2015-02-25 16:57:45 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-statusbar",
|
2020-04-12 09:32:15 +08:00
|
|
|
"version": "3.0.0-dev",
|
2015-02-25 16:57:45 +08:00
|
|
|
"description": "Cordova StatusBar Plugin",
|
2017-01-19 21:11:46 +08:00
|
|
|
"types": "./types/index.d.ts",
|
2015-02-25 16:57:45 +08:00
|
|
|
"cordova": {
|
2015-04-02 07:44:02 +08:00
|
|
|
"id": "cordova-plugin-statusbar",
|
2015-02-25 16:57:45 +08:00
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"windows"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-18 05:14:41 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-statusbar"
|
2015-02-25 16:57:45 +08:00
|
|
|
},
|
2017-05-26 01:05:08 +08:00
|
|
|
"bugs": {
|
2019-06-19 22:43:44 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-statusbar/issues"
|
2017-05-26 01:05:08 +08:00
|
|
|
},
|
2015-02-25 16:57:45 +08:00
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"statusbar",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-android",
|
|
|
|
"cordova-ios",
|
|
|
|
"cordova-windows"
|
|
|
|
],
|
2016-02-24 15:28:04 +08:00
|
|
|
"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"
|
|
|
|
},
|
2016-03-15 03:03:21 +08:00
|
|
|
"engines": {
|
|
|
|
"cordovaDependencies": {
|
|
|
|
"0.1.0": {
|
|
|
|
"cordova": ">=3.0.0"
|
2016-08-31 22:43:02 +08:00
|
|
|
},
|
|
|
|
"3.0.0": {
|
|
|
|
"cordova": ">100"
|
2016-03-15 03:03:21 +08:00
|
|
|
}
|
2015-02-25 16:57:45 +08:00
|
|
|
}
|
2016-03-15 03:03:21 +08:00
|
|
|
},
|
2015-02-25 16:57:45 +08:00
|
|
|
"author": "Apache Software Foundation",
|
2016-02-08 17:46:11 +08:00
|
|
|
"license": "Apache-2.0",
|
2016-02-24 15:28:04 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"jshint": "^2.6.0"
|
|
|
|
}
|
2015-02-25 16:57:45 +08:00
|
|
|
}
|