-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 KB
/
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
{
"name": "darius-strasel-portfolio-site",
"version": "1.0.0",
"description": "Static website for portfolio of Darius Strasel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dariusstrasel/dariusstrasel-portfolio-site.git"
},
"author": "Darius Strasel",
"license": "MIT",
"bugs": {
"url": "https://github.com/dariusstrasel/dariusstrasel-portfolio-site/issues"
},
"homepage": "https://github.com/dariusstrasel/dariusstrasel-portfolio-site#readme",
"devDependencies": {
"autoprefixer": "^6.7.2",
"browser-sync": "^2.18.12",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.1.0",
"gulp-htmlclean": "^2.7.9",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.1",
"postcss-assets": "^4.1.0"
}
}