-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 802 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 802 Bytes
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
{
"name": "simoneas02.github.io",
"version": "0.1.0",
"description": "My personal website",
"repository": {
"type": "git",
"url": "git+https://github.com/simoneas02/simoneas02.github.io.git"
},
"author": "Simone Amorim",
"license": "MIT",
"bugs": {
"url": "https://github.com/simoneas02/simoneas02.github.io/issues"
},
"homepage": "https://github.com/simoneas02/simoneas02.github.io#readme",
"devDependencies": {
"babel-preset-es2015": "6.24.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-babel": "7.0.1",
"gulp-connect": "5.7.0",
"gulp-gh-pages": "0.5.4",
"gulp-imagemin": "6.0.0",
"gulp-install": "1.1.0",
"gulp-pug": "4.0.1",
"gulp-stylint": "4.0.2",
"gulp-stylus": "2.7.0",
"gulp-vulcanize": "8.0.0"
}
}