/
ProjectSoft
/
food-uploader-plugin
Обзор
Документация
Войти
/
ProjectSoft
/
food-uploader-plugin
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
main
package.json
43 строки
2 KB
ProjectSoft
update
30 мар 2025, 08:31
30 мар 2025, 08:31
a341662
Код
Авторство
О чём код?
{ "name": "food-uploader-plugin", "version": "2.1.0", "description": "WordPress Плагин для загрузки файлов xlsx или pdf в папку /food/, доступен только администраторам. Плагин актуален для сайтов школ России.", "homepage": "https://github.com/ProjectSoft-STUDIONIONS/food-uploader-plugin", "bugs": { "url": "https://github.com/ProjectSoft-STUDIONIONS/food-uploader-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ProjectSoft-STUDIONIONS/food-uploader-plugin.git" }, "license": "GPL-2.0", "license_uri": "https://mit-license.org/", "author": "Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>", "main": "Gruntfile.js", "scripts": { "inst": "npm i", "build": "grunt -v", "preinstall": "npm i -g less bower && bower install" }, "devDependencies": { "grunt": "^1.3.0", "grunt-autoprefixer": "^3.0.4", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-compress": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-less": "^3.0.0", "grunt-contrib-uglify-es": "^3.3.0", "grunt-group-css-media-queries": "^1.0.1", "grunt-lineending": "^1.0.0", "grunt-replace": "^2.0.1", "less-plugin-npm-import": "^2.1.0", "load-grunt-tasks": "^5.1.0", "md5": "^2.3.0", "time-grunt": "git+https://github.com/ProjectSoft-STUDIONIONS/time-grunt.git" }, "dependencies": { "less": "^4.2.0" } }