ASDV-WebDev/Semester 1/Assignments/HTML/lab6_1_CalebFontenot/bower.json

14 lines
219 B
JSON
Raw Normal View History

2023-02-07 16:48:43 -06:00
{
"name": "lab6_1_CalebFontenot",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}