-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"name": "portfolio",
"version": "2.1.0",
"description": "Portfolio for Nicolas",
"main": "index.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chypriote/portfolio.git"
},
"author": "Nicolas",
"license": "MIT",
"bugs": {
"url": "https://github.com/chypriote/portfolio/issues"
},
"homepage": "https://github.com/chypriote/portfolio#readme",
"devDependencies": {
"browser-sync": "^2.29",
"del": "^6.1",
"gulp": "^4.0",
"gulp-autoprefixer": "^7.0",
"gulp-concat": "^2.6",
"gulp-cssnano": "^2.1",
"gulp-data": "^1.3",
"gulp-imagemin": "^7.1",
"gulp-less": "^4.0",
"gulp-load-plugins": "^2.0",
"gulp-plumber": "^1.2",
"gulp-pug": "^4.0",
"gulp-rename": "^2.0",
"gulp-uglify": "^3.0",
"run-sequence": "^2.2"
},
"dependencies": {
"font-awesome": "^4.7",
"jquery": "^3.7",
"unveil2": "^2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}