forked from vineeth-cnbr/SLAC-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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": "SLAC 2018",
"name": "slac-2018",
"version": "2.2.0",
"description": "SLAC 2018 code",
"main": "index.js",
"keywords": [
"css",
"sass",
"html",
"responsive",
"SLAC",
"2018"
],
"man": [
"./README.MD"
],
"homepage": "https://slacfest.in",
"bugs": {
"url": "https://github.com/vineeth-cnbr/slac2018/issues"
},
"license": "MIT",
"author": "Contributors",
"contributors": [
{
"name": "Vineeth Chandran",
"url": "https://github.com/vineeth-cnbr"
},
{
"name": "Aravind V Nair",
"url": "https://aravindvnair99.firebaseapp.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vineeth-cnbr/slac2018.git"
},
"dependencies": {
"bootstrap": "4.0.0",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1",
"magnific-popup": "^1.1.0"
}
}