-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 847 Bytes
/
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
{
"name": "easy-css-grid",
"version": "1.0.1",
"description": "An easy-to-use CSS grid system that is based on the `grid` CSS property and implemented using `CSS Custom Properties`.",
"main": "easy-css-grid.css",
"keywords": [
"css",
"css grid",
"css grid system",
"css grid framework",
"css framework",
"css custom properties",
"css variables",
"grid",
"grid system",
"grid framework",
"easy",
"easy grid",
"easy css",
"easy css grid",
"style grid",
"display grid"
],
"files": [
"easy-css-grid.css",
"index.html",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/rogi29/easy-css-grid.git"
},
"homepage": "https://github.com/rogi29/easy-css-grid#readme",
"url": "https://github.com/rogi29/easy-css-grid/issues",
"author": "Gil Nimer",
"license": "MIT"
}