-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 894 Bytes
/
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
{
"name": "samantha-todhunter",
"version": "1.0.0",
"description": "Samantha Todhunter portfolio website",
"main": "gulpfile.js",
"homepage": "http://www.samanthatodhunter.com/",
"repository": "[email protected]:jamesmcmeex/samantha-todhunter.git",
"author": "jamesMcMeex <[email protected]>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"eslint": "^5.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.2.1",
"gulp-imagemin": "^3.2.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"pump": "^1.0.2"
},
"dependencies": {
"bootstrap": "^4.0.0",
"flexslider": "^2.6.4",
"jquery": "^3.2.1",
"popper.js": "^1.12.4"
}
}