From 29816f7ab589398abf270f9b20df8ee0d049a53f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 2 Aug 2016 10:17:35 -0500 Subject: [PATCH] Created bower package. #369 --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..9e75af448 --- /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" + ] +}