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

14 lines
217 B
JSON
Raw Normal View History

2023-02-13 18:56:59 -06:00
{
2023-02-14 00:00:11 -06:00
"name": "MP04_CalebFontenot",
2023-02-13 18:56:59 -06:00
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}