aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..05be5df
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,21 @@
+{
+ "name": "rooster",
+ "description": "",
+ "main": "app.js",
+ "authors": [
+ "Noah Loomans <noahloomans@gmail.com>"
+ ],
+ "license": "MIT",
+ "homepage": "https://github.com/nloomans/rooster-mml",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "public/components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "sw-toolbox": "^3.3.0"
+ }
+}