-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 775 Bytes
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
{
"name": "environment-debug-admin-toolbar",
"version": "1.4.0",
"description": "Display your environment and debug info in the toolbar.",
"homepage": "https://github.com/Brugman/environment-debug-admin-toolbar",
"license": "GPLv3",
"repository": "github:Brugman/environment-debug-admin-toolbar",
"scripts": {
"postinstall": "pnpm gulp --env=prod"
},
"devDependencies": {
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"minimist": "^1.2.8"
}
}