-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 999 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
{
"name": "ezpz-grid",
"version": "5.0.0",
"description": "A lightweight Sass (.scss) flexbox grid system that's easy to setup and offers a lot of customisation.",
"exports": {
"sass": "./lib/_ezpz-flexbox-grid.scss"
},
"repository": {
"type": "git",
"url": "https://github.com/vicompany/ezpz-flexbox-grid.git"
},
"keywords": [
"ezpz",
"flexbox",
"grid",
"vi-company",
"sass"
],
"author": "VI Company",
"contributors": [
"Sven Sigmond (https://github.com/svensigmond)",
"Sebastiaan van Kerkfort (https://github.com/ba55ie)",
"Edwin Kalkman (https://github.com/edw1n)",
"Pim van Die (https://github.com/pimskie)",
"Sjors Spoorendonk (https://github.com/sjorsjes)"
],
"license": "MIT",
"bugs": "https://github.com/vicompany/ezpz-flexbox-grid/issues",
"homepage": "https://github.com/vicompany/ezpz-flexbox-grid",
"documentation": "https://github.com/vicompany/ezpz-flexbox-grid/docs"
}