-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 959 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 959 Bytes
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
40
{
"name": "dscauca",
"version": "1.0.0",
"description": "developer student clubs adventist university of cemtral africa official website ",
"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/DscAuca/website.git"
},
"keywords": [
"dsc",
"auca",
"rwanda",
"kigali",
"googledevs"
],
"author": "dscauca",
"license": "ISC",
"bugs": {
"url": "https://github.com/DscAuca/website/issues"
},
"homepage": "https://github.com/DscAuca/website#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
},
"dependencies": {
"firebase": "^7.13.1"
}
}