-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
200 lines (200 loc) · 5.28 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"name": "caiuss",
"version": "1.4.14",
"description": "A Minimalist and Civilized CSS framework.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/CaiuSS.git"
},
"keywords": [
"caiuss",
"css",
"framework",
"minimalist"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"contributors": [
"Ghiță Bizău <ghita_bizau@yahoo.com> (http://ghitab.blogspot.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/CaiuSS/issues"
},
"homepage": "https://github.com/IonicaBizau/CaiuSS",
"blah": {
"h_img": "./logo/caiuss.png",
"h_url": "http://ionicabizau.github.io/CaiuSS",
"title": "CaiuSS",
"installation": [
{
"p": "If you want to include CaiuSS in your web page, download the [latest release](/dist) or [a release you choose](https://github.com/IonicaBizau/CaiuSS/releases) and include it on the page:"
},
{
"h2": "Demo"
},
{
"p": "Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the `gh-pages` branch to see the demo."
},
{
"p": "[![](http://i.imgur.com/rfzstsM.png)](http://ionicabizau.github.io/CaiuSS)"
},
{
"code": {
"language": "html",
"content": "<link rel=\"stylesheet\" href=\"path/to/caiuss.min.css\">"
}
},
{
"h2": "Elements"
},
{
"h3": "Container"
},
{
"code": {
"language": "html",
"content": [
"<div class=\"container\">",
" ...",
"</div>"
]
}
},
{
"h3": "Headings"
},
{
"code": {
"language": "html",
"content": [
"<h1>h1 heading</h1>",
"<h2>h2 heading</h2>",
"<h3>h3 heading</h3>",
"<h4>h4 heading</h4>",
"<h5>h5 heading</h5>",
"<h6>h6 heading</h6>"
]
}
},
{
"h3": "Tables"
},
{
"code": {
"language": "html",
"content": [
"<table class=\"table\">",
" <thead>",
" <tr>",
" <th>#</th>",
" <th>Name</th>",
" <th>Username</th>",
" </tr>",
" </thead>",
" <tbody>",
" <tr>",
" <th>1</th>",
" <td>Alice</td>",
" <td>@alice</td>",
" </tr>",
" <tr>",
" <th>2</th>",
" <td>Bob</td>",
" <td>@bob</td>",
" </tr>",
" <tr>",
" <th>3</th>",
" <td>Carol</td>",
" <td>@carol</td>",
" </tr>",
" </tbody>",
"</table>"
]
}
},
{
"h3": "Forms"
},
{
"code": {
"language": "html",
"content": [
"<form class=\"form\" action=\"\">",
" <div>",
" <label>",
" <span>Email:</span><br>",
" <input type=\"email\" placeholder=\"Your email\" class=\"form-elm\">",
" </label>",
" </div>",
" <div>",
" <label>",
" <span>Password:</span><br>",
" <input type=\"password\" placeholder=\"Your password\" class=\"form-elm\">",
" </label>",
" </div>",
" <div>",
" <button class=\"btn bg-white\">Login</button>",
" </div>",
"</form>"
]
}
},
{
"h3": "Buttons"
},
{
"code": {
"language": "html",
"content": [
"<button class=\"btn bg-red\">Red</button>",
"<button class=\"btn bg-orange\">Orange</button>",
"<button class=\"btn bg-yellow\">Yellow</button>",
"<button class=\"btn bg-green\">Green</button>",
"<button class=\"btn bg-blue\">Blue</button>",
"<button class=\"btn bg-purple\">Purple</button>",
"<button class=\"btn bg-gray\">Gray</button>",
"<button class=\"btn bg-white\">White</button>",
"<button class=\"btn bg-black\">Black</button>"
]
}
},
{
"h3": "Images"
},
{
"code": {
"language": "html",
"content": "<img class=\"img\" src=\"images/1.jpg\">"
}
}
],
"thanks": {
"ul": [
"I thank my brother, [@GhitaB](https://github.com/GhitaB) who came with the idea for the project name."
]
},
"license_year": "2015\n"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}