-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 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": "marcusvdev.github.io",
"version": "1.0.1",
"description": "Portfolio",
"main": "index.js",
"scripts": {
"dev": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcusvdev/marcusvdev.github.io.git"
},
"author": "Marcus Vinicius",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcusvdev/marcusvdev.github.io/issues"
},
"homepage": "https://github.com/marcusvdev/marcusvdev.github.io#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-imagemin": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-watch": "^5.0.1",
"node-sass": "^7.0.1",
"gulp-htmlmin": "^5.0.1"
},
"type": "module"
}