2015-02-25 00:53:27 -08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-splashscreen",
|
2020-06-25 23:25:33 +09:00
|
|
|
"version": "6.0.0-dev",
|
2015-02-25 00:53:27 -08:00
|
|
|
"description": "Cordova Splashscreen Plugin",
|
2017-01-19 16:11:15 +03:00
|
|
|
"types": "./types/index.d.ts",
|
2015-02-25 00:53:27 -08:00
|
|
|
"cordova": {
|
2015-04-01 16:41:33 -07:00
|
|
|
"id": "cordova-plugin-splashscreen",
|
2015-02-25 00:53:27 -08:00
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"windows",
|
2017-12-13 11:39:44 -08:00
|
|
|
"browser"
|
2015-02-25 00:53:27 -08:00
|
|
|
]
|
|
|
|
},
|
2019-05-04 07:46:47 +09:00
|
|
|
"repository": "github:apache/cordova-plugin-splashscreen",
|
|
|
|
"bugs": "https://github.com/apache/cordova-plugin-splashscreen/issues",
|
2015-02-25 00:53:27 -08:00
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"splashscreen",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-android",
|
2020-06-26 20:55:08 +09:00
|
|
|
"cordova-windows",
|
|
|
|
"cordova-browser"
|
2015-02-25 00:53:27 -08:00
|
|
|
],
|
2016-02-19 12:04:40 +03:00
|
|
|
"scripts": {
|
2020-06-26 19:31:02 +09:00
|
|
|
"test": "npm run lint",
|
|
|
|
"lint": "eslint ."
|
2016-02-19 12:04:40 +03:00
|
|
|
},
|
2016-01-14 19:15:06 +03:00
|
|
|
"engines": {
|
|
|
|
"cordovaDependencies": {
|
|
|
|
"2.0.0": {
|
|
|
|
"cordova-android": ">=3.6.0"
|
|
|
|
},
|
2020-06-26 13:05:31 +02:00
|
|
|
">=4.0.0": {
|
2016-01-14 19:15:06 +03:00
|
|
|
"cordova-android": ">=3.6.0",
|
2016-04-29 16:26:20 +03:00
|
|
|
"cordova-windows": ">=4.4.0"
|
2016-08-31 17:41:02 +03:00
|
|
|
},
|
2020-06-26 17:07:57 +09:00
|
|
|
"7.0.0": {
|
2016-08-31 17:41:02 +03:00
|
|
|
"cordova": ">100"
|
2016-01-14 19:15:06 +03:00
|
|
|
}
|
2020-06-26 18:55:53 +09:00
|
|
|
}
|
2016-01-14 19:15:06 +03:00
|
|
|
},
|
2015-02-25 00:53:27 -08:00
|
|
|
"author": "Apache Software Foundation",
|
2016-02-19 12:04:40 +03:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"devDependencies": {
|
2020-06-26 19:31:02 +09:00
|
|
|
"@cordova/eslint-config": "^3.0.0"
|
2019-05-04 07:46:47 +09:00
|
|
|
},
|
2020-01-12 19:30:00 +01:00
|
|
|
"homepage": "https://github.com/apache/cordova-plugin-splashscreen#readme"
|
2015-02-25 00:53:27 -08:00
|
|
|
}
|