-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 KB
/
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": "Vermintide-Naut-Dark-Theme",
"version": "1.0.0",
"description": "Dark [Naut](https://www.reddit.com/r/naut) Theme for the [Vermintide](https://www.reddit.com/r/Vermintide/).",
"main": "index.js",
"dependencies": {
"gulp-cssnano": ">=2.1.1"
},
"devDependencies": {
"gulp": ">=3.9.1",
"gulp-csslint": ">=1.0.1",
"gulp-cssmin": ">=0.1.7",
"gulp-cssnano": ">=2.1.1",
"gulp-gitmodified": ">=1.1.1",
"gulp-imagemin": ">=2.4.0",
"gulp-minify-css": ">=1.2.3",
"gulp-rename": ">=1.2.2",
"gulp-replace": ">=0.6.1",
"gulp-sass": ">=2.2.0",
"gulp-sass-lint": ">=1.3.4",
"gulp-util": ">=3.0.7",
"imagemin-pngquant": ">=4.2.2",
"load-json-file": ">=4.0.0"
},
"scripts": {
"prestart": "npm install",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Eruyome/vermintide-reddit-css.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eruyome/vermintide-reddit-css/issues"
},
"homepage": "https://github.com/Eruyome/vermintide-reddit-css/"
}