forked from gjb2048/moodle-format_vsf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 864 Bytes
/
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
{
"name": "format-vsf-tasks",
"version": "404.0.1",
"description": "Grunt tasks for Moodle Progress Section Format.",
"main": "Gruntfile.js",
"author": {
"name": "Gareth J Barnard",
"url": "http://about.me/gjbarnard"
},
"repository": {
"type": "git",
"url": "https://github.com/gjb2048/moodle-format_vsf.git"
},
"bugs": {
"url": "https://github.com/gjb2048/moodle-format_vsf/issues"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-exec": "3.0.0",
"grunt-sass": "3.1.0",
"grunt-stylelint": "^0.19.0",
"node-sass": "9.0.0",
"semver": "7.6.0",
"stylelint": "^15.11.0",
"stylelint-checkstyle-formatter": "0.1.2",
"stylelint-csstree-validator": "^3.0.0",
"@xmldom/xmldom": ">=0.8.10",
"xpath": "0.0.32"
},
"engines": {
"node": ">=20.11.0 <21"
},
"license": "GPL-3.0"
}