-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 903 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
{
"name": "spongehome",
"version": "1.0.0",
"private": true,
"description": "Homepage of the SpongePowered organization",
"repository": {
"type": "git",
"url": "git+https://github.com/SpongePowered/SpongeHome.git"
},
"bugs": {
"url": "https://github.com/SpongePowered/SpongeHome/issues"
},
"homepage": "https://github.com/SpongePowered/SpongeHome",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-htmlmin": "^5.0.1",
"gulp-nunjucks": "^5.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-template": "^5.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.62.1"
},
"scripts": {
"build": "gulp build",
"buildDev": "gulp buildDev",
"dev": "gulp dev"
}
}