-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 890 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
{
"name": "edwiser_site_monitor",
"version": "1.0.0",
"description": "Block plugin for moodle by Edwiser which lets you track all the performance parameters of your Moodle Site.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wisdmlabs 2019",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-batch-replace": "0.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^1.0.1",
"gulp-exec": "^3.0.2",
"gulp-minify": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.7.0",
"npm": "^6.9.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1"
}
}