django-rest-framework/docs_theme/package.json

15 lines
261 B
JSON
Raw Normal View History

2024-05-14 11:12:06 +03:00
{
"name": "drf_docs_theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2024-05-15 10:21:49 +03:00
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.3"
}
2024-05-14 11:12:06 +03:00
}