Browse Source

Use bower to install third-party deps.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
2a14304618
  1. 3
      .bowerrc
  2. 22
      bower.json

3
.bowerrc

@ -0,0 +1,3 @@
{
"directory": "bikeshop_project/static"
}

22
bower.json

@ -0,0 +1,22 @@
{
"name": "bikeshop",
"authors": [
"Drew Larson <drew@drwlrsn.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"material-design-lite": "^1.1.3"
}
}
Loading…
Cancel
Save