aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
commit9a617e85ae4c632bf12f32e59da519b676216004 (patch)
tree84e85229e549f1340c1636ce4a4d3ca4e68ef53d /bower.json
parent5e96a4f263bb68ce440567883f7811b34a14e191 (diff)
Project cleanup
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 0e80221..0000000
--- a/bower.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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",
- "material-design-lite": "^1.3.0"
- }
-}