mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
18 lines
393 B
JSON
18 lines
393 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": {
|
|
"rxjs": "^5.0.1",
|
|
"zone.js": "^0.7.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
|
}
|
|
}
|