-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "vise-beta",
"version": "0.2.3",
"description": "Vise is a minimal vanilla CSS framework capable of building consistent and reliable user experiences. With around 33kb of size, Vise is a median between light and heavy frameworks. It is essentially based on encapsulation, self-reliance and minimalism notions.",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appforge-lab/CSS-Vise.git"
},
"keywords": [
"bootstrap",
"css",
"css3",
"flexbox",
"front-end",
"html",
"html5",
"responsive",
"mobile",
"mobile-first",
"framework",
"grid",
"css-grid",
"stylesheet",
"grid-system",
"minimal",
"lightweight"
],
"author": "Appforge",
"license": "MIT",
"bugs": {
"url": "https://github.com/Appforge-lab/CSS-Vise/issues"
},
"homepage": "https://github.com/Appforge-lab/CSS-Vise#readme"
}