Files
awesome-cordova-plugins/scripts/build/plugin-package.json
T

19 lines
454 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}}",
"rxjs": "5.0.0-beta.12"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}