-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
40
41
42
43
44
45
{
"title": "Make-a-Ton",
"name": "Make-a-Ton",
"version": "1.0.0",
"description": "Hackaton Webpage built for Make-A-Ton 2019",
"keywords": [
"hackaton",
"techfest",
"kochi",
"cusat",
"dhishna",
"diy",
"iot"
],
"homepage": "https://makeaton.org",
"license": "MIT",
"author": "Make-A-Ton",
"contributors": [
"Jyothis P",
"Jithin K Satheesh",
"Siddharth Shivkumar",
"Akul Santhosh (https://akuls.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/Make-a-Ton/Website2019"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.3.1",
"bootstrap": "4.1.3",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"browser-sync": "2.24.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "3.10.0",
"gulp-header": "2.0.5",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.1"
}
}