-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 802 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "food-module",
"description": "Модуль загрузки файлов меню ежедневного питания",
"main": "Grunfile.js",
"authors": [
"ProjectSoft <projectsoft2009@yandex.ru>"
],
"license": "MIT",
"homepage": "https://github.com/ProjectSoft-STUDIONIONS/food-module",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.4.1",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"datatables.net-bs": "^2.2.2",
"datatables.net-buttons-bs": "3.2.2",
"pdfmake": "^0.2.18",
"jszip": "^3.10.1",
"datatables.net-select-bs": "^3.0.0",
"food": "https://github.com/ProjectSoft-STUDIONIONS/food.git#*",
"webfont-food": "https://github.com/ProjectSoft-STUDIONIONS/webfont-food.git#*"
}
}