mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "ionic-native",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"main": "dist/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"
|
|
]
|
|
}
|