diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..9e75af44 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "ionic-native", + "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", + "main": "dist/ionic.native.js", + "authors": [ + "Max Lynch " + ], + "license": "MIT", + "keywords": [ + "ionic", + "native", + "html5", + "hybrid", + "mobile" + ], + "homepage": "https://github.com/driftyco/ionic-native", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}