mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
6de9697aa9
* feat(core): auto install scripts * minor fixes * minor fixes * remove prompt message
23 lines
621 B
JSON
23 lines
621 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": {
|
|
"@angular/core": "2.2.1",
|
|
"@ionic-native/core": "{{VERSION}}",
|
|
"@ionic-native/utils": "{{VERSION}}",
|
|
"rxjs": "5.0.0-beta.12"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node -e \"require('@ionic-native/utils').install(require('./plugin-config.json'))\""
|
|
}
|
|
}
|