-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8d2992
commit 599f442
Showing
1 changed file
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,42 @@ | ||
{ | ||
"title": "Freelancer", | ||
"name": "startbootstrap-freelancer", | ||
"version": "4.0.0", | ||
"description": "A freelancer portfolio HTML theme for Bootstrap.", | ||
"title": "SLAC 2018", | ||
"name": "slac-2018", | ||
"version": "2.1.1", | ||
"description": "SLAC 2018 code", | ||
"main": "index.js", | ||
"keywords": [ | ||
"css", | ||
"sass", | ||
"html", | ||
"responsive", | ||
"theme", | ||
"template" | ||
"SLAC", | ||
"2018" | ||
], | ||
"homepage": "https://startbootstrap.com/template-overviews/freelancer", | ||
"homepage": "https://slacfest.in", | ||
"bugs": { | ||
"url": "https://github.com/BlackrockDigital/startbootstrap-freelancer/issues", | ||
"email": "[email protected]" | ||
"url": "https://github.com/vineeth-cnbr/slac2018/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "Start Bootstrap", | ||
"author": "Contributors", | ||
"contributors": [ | ||
"David Miller (http://davidmiller.io/)" | ||
], | ||
{ | ||
"name": "Vineeth Chandran", | ||
"url": "https://github.com/vineeth-cnbr" | ||
}, | ||
{ | ||
"name": "Aravind V Nair", | ||
"url": "https://aravindvnair1999.blogspot.com" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BlackrockDigital/startbootstrap-freelancer.git" | ||
"url": "https://github.com/vineeth-cnbr/slac2018.git" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "4.0.0", | ||
"font-awesome": "4.7.0", | ||
"jquery": "3.3.0", | ||
"jquery.easing": "^1.4.1", | ||
"magnific-popup": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "2.23.5", | ||
"gulp": "^3.9.1", | ||
"gulp-clean-css": "3.9.2", | ||
"gulp-filter": "5.1.0", | ||
"gulp-header": "2.0.1", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-uglify": "3.0.0" | ||
} | ||
} | ||
} |