From fc87f2f3e195a7f1b169cf0f0818fd7aac08248b Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 25 Oct 2013 21:37:17 -0500 Subject: [PATCH] Added bower package file. Fixes #51 --- bower.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bower.json 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" + ] +}