-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 932 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
35
36
37
38
39
{
"name": "elfinder-material-theme",
"version": "3.0.1",
"description": "A theme for the elFinder web file manager inspired by Google Material design.",
"type": "module",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobiNN1/elFinder-Material-Theme.git"
},
"keywords": [
"elFinder",
"Material",
"theme",
"material-theme",
"material-design"
],
"author": "Róbert Kelčák",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobiNN1/elFinder-Material-Theme/issues"
},
"homepage": "https://github.com/RobiNN1/elFinder-Material-Theme",
"browserslist": [
"cover 95%",
"not dead"
],
"devDependencies": {
"gulp": "^5.0",
"gulp-autoprefixer": "^9.0",
"gulp-clean-css": "^4.3",
"gulp-less": "^5.0",
"gulp-rename": "^2.0",
"gulp-replace": "^1.1"
}
}