Use bower to install third-party deps.

This commit is contained in:
Drew Larson
2016-03-24 10:51:40 -06:00
parent be106fc805
commit 2a14304618
2 changed files with 25 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"directory": "bikeshop_project/static"
}
+22
View File
@@ -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"
}
}