mirror of https://github.com/fspc/workstand.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
356 B
22 lines
356 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|