mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "@ionic-native/{{PLUGIN}}",
|
|
"version": "{{VERSION}}",
|
|
"description": "Ionic Native - Native plugins for ionic apps",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "ionic",
|
|
"license": "MIT",
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ionic-team/ionic-native.git"
|
|
}
|
|
}
|