mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Merge remote-tracking branch 'origin/v3-node-build' into v3-injectable
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
"dependencies": {
|
||||
"@angular/core": "2.2.1",
|
||||
"@ionic-native/core": "{{VERSION}}"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "5.0.0-beta.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/driftyco/ionic-native.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user