-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.03 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
{
"name": "Wanderland-Travelers",
"version": "1.0.0",
"description": "A blog for trtavelers",
"main": "index.js",
"repository": "https://github.com/WanderlandTravelers/wanderlandtravelers.com",
"author": "Wanderland Travelers",
"license": "MIT",
"dependencies": {
"beerslider": "^1.0.3",
"bootstrap": "^3.3.5",
"browser-sync": "^2.18.8",
"child_process": "^1.0.2",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.6",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"html5shiv": "^3.7.3",
"imagemin-pngquant": "^5.0.0",
"jquery": "^3.3.1",
"jquery.instagramfeed": "git+https://github.com/WanderlandTravelers/jquery.instagramFeed.git",
"liquidjs": "^6.1.0",
"lunr": "^2.3.5",
"minimatch": "^3.0.4",
"node-sass": "^4.13.1"
},
"devDependencies": {
"sass": "^1.14.3"
}
}