forked from Burry/Organizr-Plex-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 974 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
{
"name": "organizr-v2-plex-theme",
"version": "2.8.0",
"description": "A theme for Organizr v2 that emulates the style of Plex",
"main": "css/Plex.css",
"repository": "https://github.com/Burry/organizr-v2-plex-theme",
"homepage": "",
"contributors": [
"Grant Burry <[email protected]> (https://grantburry.com)",
"jigahertz (https://github.com/jigahertz)"
],
"license": "MIT",
"private": false,
"scripts": {
"build": "gulp build",
"watch": "gulp build-watch",
"serve": "gulp build-watch-serve",
"imagemin": "gulp imagemin"
},
"dependencies": {
"browser-sync": "^2.26.3",
"gulp": "gulpjs/gulp#9078c49",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-css-svg": "^1.3.1",
"gulp-header-comment": "^0.4.0",
"gulp-imagemin": "^5.0.3",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0"
}
}