-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "typeboost.css",
"version": "0.1.12",
"description": "Typeboost.css is a set of CSS rules to ensure readable, scalable and responsive typography. REMs are used for font sizes, paddings, and margins. It's like typography normalizer. No dependencies. Wrap your HTML content with class .col and you are done.",
"keywords": [
"typeboost.css",
"typeface",
"font",
"css",
"grid",
"typography"
],
"main": "css/typeboost.css",
"style": "css/typeboost.css",
"files": [
"index.html",
"css/typeboost.css"
],
"filename": "css/typeboost.css",
"autoupdate": {
"source": "git",
"target": "git://github.com/englishextra/typeboost.css.git",
"fileMap": [{
"basePath": "",
"files": [
"css/typeboost.css*"
]
}]
},
"repository": {
"type": "git",
"url": "git://github.com/englishextra/typeboost.css.git"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-plumber": "^1.2.1",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^3.0.0"
},
"engines": {
"npm": "7.x"
},
"scripts": {
"test": "gulp lint-libbundle-css"
},
"email": "[email protected]",
"url": "https://github.com/englishextra/typeboost.css/issues",
"maintainers": [
{
"name": "Serguei Shimansky",
"email": "[email protected]",
"url": "https://github.com/englishextra"
}
],
"author": {
"name": "englishextra",
"email": "[email protected]",
"url": "https://github.com/englishextra"
},
"license": "(MIT)"
}