ASDV-WebDev/Semester 1/Assignments/JavaScript/MP13_CalebFontenot/bower.json

14 lines
217 B
JSON
Raw Normal View History

2023-04-18 14:06:12 -05:00
{
"name": "MP13_CalebFontenot",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}