cordova-plugin-splashscreen/package.json

55 lines
1.2 KiB
JSON
Raw Normal View History

2015-02-25 16:53:27 +08:00
{
"name": "cordova-plugin-splashscreen",
2018-01-26 03:47:20 +08:00
"version": "5.0.3-dev",
2015-02-25 16:53:27 +08:00
"description": "Cordova Splashscreen Plugin",
"types": "./types/index.d.ts",
2015-02-25 16:53:27 +08:00
"cordova": {
"id": "cordova-plugin-splashscreen",
2015-02-25 16:53:27 +08:00
"platforms": [
"android",
"ubuntu",
"ios",
"windows",
2017-12-14 03:39:44 +08:00
"browser"
2015-02-25 16:53:27 +08:00
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-splashscreen"
2015-02-25 16:53:27 +08:00
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
2015-02-25 16:53:27 +08:00
"keywords": [
"cordova",
"splashscreen",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
2017-12-14 03:39:44 +08:00
"cordova-windows"
2015-02-25 16:53:27 +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"
},
"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"
}
2015-02-25 16:53:27 +08:00
}
},
2015-02-25 16:53:27 +08:00
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
2015-02-25 16:53:27 +08:00
}