Added bower package file. Fixes #51

This commit is contained in:
Max Lynch
2013-10-25 21:37:17 -05:00
parent 0aa4748620
commit fc87f2f3e1

31
bower.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "ionic",
"version": "0.0.1",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>"
],
"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"
]
}