Files
awesome-cordova-plugins/scripts/build/plugin-package.json.template
T
2017-02-07 15:09:01 -06:00

20 lines
441 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": {
"@ionic-native/core": "{{VERSION}}"
},
"peerDependencies": {
"rxjs": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}