aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: 0e80221fdce0058f757f5162ea6fef621de26169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  }
}