mirror of https://github.com/fspc/workstand.git
Drew Larson
9 years ago
2 changed files with 25 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
{ |
||||
|
"directory": "bikeshop_project/static" |
||||
|
} |
@ -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…
Reference in new issue