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

14 lines
220 B
JSON
Raw Normal View History

2023-03-24 23:48:24 -05:00
{
"name": "lab15js_CalebFontenot",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}