Files
awesome-cordova-plugins/scripts/build/core-package.json
T
2017-02-09 08:48:29 -05:00

17 lines
377 B
JSON

{
"name": "@ionic-native/core",
"version": "{{VERSION}}",
"description": "Ionic Native - Native plugins for ionic apps",
"module": "index.js",
"typings": "index.d.ts",
"author": "ionic",
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-beta.12"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}