Created bower package. #369

This commit is contained in:
Max Lynch 2016-08-02 10:17:35 -05:00
parent 09e6fc9738
commit 29816f7ab5

24
bower.json Normal file
View File

@ -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 <max@ionic.io>"
],
"license": "MIT",
"keywords": [
"ionic",
"native",
"html5",
"hybrid",
"mobile"
],
"homepage": "https://github.com/driftyco/ionic-native",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}