{ "name": "cordova-plugin-splashscreen", "version": "5.0.0-dev", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { "id": "cordova-plugin-splashscreen", "platforms": [ "android", "ubuntu", "ios", "windows", "browser" ] }, "repository": { "type": "git", "url": "https://github.com/apache/cordova-plugin-splashscreen" }, "bugs": { "url": "https://issues.apache.org/jira/browse/CB" }, "keywords": [ "cordova", "splashscreen", "ecosystem:cordova", "cordova-android", "cordova-ios", "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" }, "5.0.0": { "cordova": ">100" } } }, "author": "Apache Software Foundation", "license": "Apache-2.0", "devDependencies": { "jshint": "^2.6.0" } }