mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
7ae82f471d
walkingriver commented 9 minutes ago When installing the bower package created from this, a couple of warnings are printed: bower ionic-native#* invalid-meta The "main" field cannot contain minified files bower ionic-native#* invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["ionic.native.js","ionic.native.min.js"]
27 lines
510 B
JSON
27 lines
510 B
JSON
{
|
|
"name": "ionic-native",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"main": [
|
|
"ionic.native.js"
|
|
],
|
|
"authors": [
|
|
"Max Lynch <max@ionic.io>"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ionic",
|
|
"native",
|
|
"html5",
|
|
"hybrid",
|
|
"mobile"
|
|
],
|
|
"homepage": "https://github.com/driftyco/ionic-native-bower",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|