-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.23 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "food-module",
"version": "1.5.5",
"description": "Модуль загрузки файлов меню ежедневного питания",
"main": "Grunfile.js",
"scripts": {
"inst": "npm i",
"build": "grunt -v",
"preinstall": "npm i -g less bower && bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSoft-STUDIONIONS/food-module.git"
},
"author": "ProjectSoft <projectsoft2009@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectSoft-STUDIONIONS/food-module/issues"
},
"homepage": "https://github.com/ProjectSoft-STUDIONIONS/food-module#readme",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"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-pug": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-lineending": "^1.0.0",
"grunt-replace": "^2.0.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "git+https://github.com/ProjectSoft-STUDIONIONS/time-grunt.git"
},
"dependencies": {
"@videojs/themes": "^1.0.1",
"grunt-contrib-clean": "^2.0.1",
"video.js": "^8.23.4"
}
}