forked from KennethWangDotDev/TypographyHandbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "typographyhandbook",
"version": "1.0.0",
"description": "A concise, referential web book on best typographic practices.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-cache": "^0.4.4",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^6.1.1",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"imagemin-jpegoptim": "^4.1.0",
"imagemin-pngquant": "^4.2.2",
"lost": "^6.7.2",
"run-sequence": "^1.1.5"
},
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KennethWangDotDev/TypographyHandbook.git"
},
"author": "Kenneth Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/KennethWangDotDev/TypographyHandbook/issues"
},
"homepage": "https://github.com/KennethWangDotDev/TypographyHandbook#readme"
}