diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-30 17:56:23 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-30 17:56:23 +0200 |
commit | e61d32f93511833efef972a50a7fd7a9b4eec78d (patch) | |
tree | b1bdbfd2359b246974a726ebd802a64ebfe84dab /bower.json | |
parent | ae1f968de09f7952b5b4bad369255a0a60cb81b8 (diff) |
add offline support
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 21 |
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" + } +} |