diff --git a/bower.json b/bower.json new file mode 100644 index 0000000000..95bac49ba1 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "ionic", + "version": "0.0.1", + "homepage": "https://github.com/driftyco/ionic", + "authors": [ + "Max Lynch " + ], + "description": "Advanced HTML5 hybrid mobile app development framework.", + "main": "dist/js/ionic.js", + "keywords": [ + "mobile", + "html5", + "ionic", + "phonegap", + "trigger", + "triggerio", + "angularjs", + "angular", + "ratchet", + "bootstrap" + ], + "license": "MIT", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}