-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
40
41
42
43
44
45
{
"name": "html-builder",
"version": "1.0.0",
"description": "HTML boilerplate optimized template project",
"private": true,
"scripts": {
"start": "gulp dev",
"dev": "gulp dev",
"prod": "gulp prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jalamprea/html-builder.git"
},
"author": "Julian Lamprea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jalamprea/html-builder/issues"
},
"homepage": "https://github.com/jalamprea/html-builder#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-accessibility": "^3.1.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jshint": "^2.12.0",
"node-sass": "^4.14.1"
},
"dependencies": {}
}