-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 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
31
32
33
34
{
"name": "Martin",
"version": "1.0.0",
"description": "Theme for my website",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/.bin/gulp"
},
"author": "Martin Spatovaliyski",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "2.26.7",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.0",
"gulp-babel": "8.0.0",
"gulp-cache": "1.1.3",
"gulp-concat": "2.6.1",
"gulp-imagemin": "6.1.0",
"gulp-livereload": "^4.0.1",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "3.0.2",
"livereload": "^0.8.0"
},
"dependencies": {}
}