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.
24 lines
494 B
24 lines
494 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",
|
|
"md-date-time-picker": "https://github.com/puranjayjain/md-date-time-picker.git#master",
|
|
"normalize-css": "normalize.css#^4.1.1"
|
|
}
|
|
}
|
|
|