-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 772 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 772 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
{
"name": "tabs-html",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"private": true,
"homepage": "https://sphariab.github.io/tabs-html/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect": "^3.6.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gh-pages": "^2.2.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-gh-pages": "^0.5.4"
}
}