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.
 
 
 
 
 

23 lines
401 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.3.0",
"normalize-css": "normalize.css#^4.1.1"
}
}