Skip to content

Commit 3357886

Browse files
committed
Improved package json and bower json files
1 parent 0fef31d commit 3357886

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

package.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,36 @@
11
{
22
"name": "lin3s-css-grid",
33
"description": "Simple CSS grid based on Flexbox in the LIN3S way",
4-
"license": "MIT",
5-
"author": "LIN3S",
64
"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+
],
722
"files": [
823
"scss",
924
"LICENSE",
1025
"README.md"
1126
],
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/LIN3S/CSSGrid"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/LIN3S/CSSGrid/issues"
33+
},
1234
"scripts": {
1335
"prebuild": "rimraf example/css",
1436
"build": "yarn run prebuild && node_modules/.bin/gulp example-css"

0 commit comments

Comments
 (0)