generated from kelvinkamau/Vibranium
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 892 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
{
"name": "dsc-ui-website",
"version": "0.1.0",
"description": "Website for DSC Universitas Indonesia",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx gulp build",
"dev": "npx gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ui-dsc/ui-dsc.github.io.git"
},
"keywords": [
"dsc",
"universitas indonesia",
"indonesia"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ui-dsc/ui-dsc.github.io/issues"
},
"homepage": "https://github.com/ui-dsc/ui-dsc.github.io",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
}
}