-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 903 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
34
35
36
37
38
{
"name": "vedranio",
"version": "1.0.0",
"description": "Personal portfolio site for Vedran Arnautovic",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Vedran Arnautovic",
"email": "[email protected]",
"url": "vedran.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vedranio/vedranio.github.io"
},
"devDependencies": {
"browser-sync": "^2.10.1",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.0.5",
"gulp-sitemap": "^4.2.0",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.1",
"autoprefixer": "^7.1.4"
},
"dependencies": {
"browser-sync": "^2.10.1",
"clipboard": "^1.6.1",
"gulp": "^3.9.0",
"gulp-less": "^3.0.5"
},
"resolutions": {
"graceful-fs": "^4.2.10"
}
}