mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-04-14 00:01:34 +08:00
d85e440e15
* breaking: remove iOS platform code from plugin repo * chore: update README.md, remove iOS legacy SplashScreen information * chore: simplify local browser tests Note: Even though the implementation of the iOS SplashScreen is integrated into the core of cordova-ios, the documentation is left in this repo. This is because all of the SplashScreen documentation is grouped together on cordova.io and that documentation is pulled from this repo.
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "cordova-plugin-splashscreen",
|
|
"version": "6.0.0-dev",
|
|
"description": "Cordova Splashscreen Plugin",
|
|
"types": "./types/index.d.ts",
|
|
"cordova": {
|
|
"id": "cordova-plugin-splashscreen",
|
|
"platforms": [
|
|
"android",
|
|
"ubuntu",
|
|
"windows",
|
|
"browser"
|
|
]
|
|
},
|
|
"repository": "github:apache/cordova-plugin-splashscreen",
|
|
"bugs": "https://github.com/apache/cordova-plugin-splashscreen/issues",
|
|
"keywords": [
|
|
"cordova",
|
|
"splashscreen",
|
|
"ecosystem:cordova",
|
|
"cordova-android",
|
|
"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": {
|
|
"cordovaDependencies": {
|
|
"2.0.0": {
|
|
"cordova-android": ">=3.6.0"
|
|
},
|
|
"4.0.0": {
|
|
"cordova-android": ">=3.6.0",
|
|
"cordova-windows": ">=4.4.0"
|
|
},
|
|
"6.0.0": {
|
|
"cordova": ">100"
|
|
}
|
|
},
|
|
"node": ">=6.0.0"
|
|
},
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"jshint": "^2.6.0"
|
|
},
|
|
"homepage": "https://github.com/apache/cordova-plugin-splashscreen#readme"
|
|
}
|