forked from Vita3K/Vita3K.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 831 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
33
{
"name": "vita3k.github.io",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^3.0.2",
"font-awesome": "^4.7.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-header": "^2.0.9",
"jquery": "^3.5.1",
"magnific-popup": "^1.1.0",
"scrollreveal": "^4.0.7",
"gulp-rename": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vita3K/Vita3K.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vita3K/Vita3K.github.io/issues"
},
"homepage": "https://github.com/Vita3K/Vita3K.github.io#readme"
}