mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 00:11:10 +08:00
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"name": "ionic-native",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"main": [
|
|
"ionic.native.js",
|
|
"ionic.native.min.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"
|
|
]
|
|
}
|