-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 KB
/
package.json
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
42
43
44
45
46
{
"name": "dussh.school",
"version": "1.0.0",
"description": "Сайт СП ДЮСЩ ГБОУ СОШ пос. Комсомольский",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt -v speed",
"inst": "npm i --legacy-peer-deps && bower install",
"build": "grunt -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KSOSH/dussh-site.git"
},
"author": "ProjectSoft <projectsoft2009@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KSOSH/dussh-site/issues"
},
"homepage": "https://github.com/KSOSH/dussh-site#readme",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-pug": "^3.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-group-css-media-queries": "^1.0.1",
"grunt-lineending": "^1.0.0",
"grunt-replace": "^2.0.1",
"grunt-tinyimg": "^1.0.0",
"grunt-ttf2woff": "^1.0.1",
"grunt-ttf2woff2": "^1.0.1",
"less-plugin-npm-import": "^2.1.0",
"load-grunt-tasks": "^5.1.0",
"md5": "^2.3.0",
"time-grunt": "^2.0.0"
}
}