File tree 2 files changed +46
-2
lines changed 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " lin3s-css-grid" ,
3
+ "description" : " Simple CSS grid based on Flexbox in the LIN3S way" ,
4
+ "license" : " MIT" ,
5
+ "homepage" : " https://github.com/LIN3S/CSSGrid" ,
6
+ "authors" : [
7
+ {
8
+ "name" : " LIN3S" ,
9
+ "email" : " info@lin3s.com" ,
10
+ "homepage" : " https://lin3s.com"
11
+ }
12
+ ],
13
+ "keywords" : [
14
+ " adaptive-grid" ,
15
+ " fluid-grid" ,
16
+ " sass" ,
17
+ " grid" ,
18
+ " flexbox" ,
19
+ " css3" ,
20
+ " ui"
21
+ ]
22
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lin3s-css-grid" ,
3
3
"description" : " Simple CSS grid based on Flexbox in the LIN3S way" ,
4
- "license" : " MIT" ,
5
- "author" : " LIN3S" ,
6
4
"version" : " 0.1.0" ,
5
+ "license" : " MIT" ,
6
+ "keywords" : [
7
+ " adaptive-grid" ,
8
+ " fluid-grid" ,
9
+ " sass" ,
10
+ " grid" ,
11
+ " flexbox" ,
12
+ " css3" ,
13
+ " ui"
14
+ ],
15
+ "authors" : [
16
+ {
17
+ "name" : " LIN3S" ,
18
+ "email" : " info@lin3s.com" ,
19
+ "homepage" : " https://lin3s.com"
20
+ }
21
+ ],
7
22
"files" : [
8
23
" scss" ,
9
24
" LICENSE" ,
10
25
" README.md"
11
26
],
27
+ "repository" : {
28
+ "type" : " git" ,
29
+ "url" : " https://github.com/LIN3S/CSSGrid"
30
+ },
31
+ "bugs" : {
32
+ "url" : " https://github.com/LIN3S/CSSGrid/issues"
33
+ },
12
34
"scripts" : {
13
35
"prebuild" : " rimraf example/css" ,
14
36
"build" : " yarn run prebuild && node_modules/.bin/gulp example-css"
You can’t perform that action at this time.
0 commit comments