-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 809 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
30
{
"name": "dobrywebdev-v2",
"version": "1.0.0",
"description": "Second version of my portfolio page",
"main": "index.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-babel-minify": "^0.2.0",
"gulp-cache": "^0.4.6",
"gulp-core": "^0.1.3-alpha",
"gulp-cssmin": "^0.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2",
"gulp-cache-bust": "^1.3.0",
"gulp-replace": "^0.6.1"
},
"author": "Michał Grochowski",
"license": "ISC"
}