Files
awesome-cordova-plugins/scripts/build/plugin-package.json.template
T
2017-02-08 16:21:57 -06:00

21 lines
478 B
Plaintext

{
"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"
}
}