diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..10c8645 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "bikeshop_project/static" +} \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3f5bc4c --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "bikeshop", + "authors": [ + "Drew Larson " + ], + "description": "", + "main": "", + "moduleType": [], + "license": "MIT", + "homepage": "", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "material-design-lite": "^1.1.3" + } +}