-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
37
38
39
{
"dependencies": {
"gh-pages": "^6.1.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-preprocess": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"handlebars": "^4.7.8",
"handlebars-wax": "^6.1.0",
"html-validator": "^6.0.1",
"sass": "^1.69.7",
"w3c-css-validator": "^1.3.2",
"yargs": "^17.7.2"
},
"name": "web-tools",
"description": "",
"version": "1.0.0",
"scripts": {
"build": "gulp",
"deploy": "gh-pages -d test-website/dist",
"helloworld": "gulp helloworld",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pascal-brand38/web-tools.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/pascal-brand38/web-tools/issues"
},
"homepage": "https://github.com/pascal-brand38/web-tools#readme"
}