Skip to content

Commit 1b49e21

Browse files
committed
bower
1 parent 5d45967 commit 1b49e21

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "pure.css.components",
3+
"description": "Pure CSS components, few javascsript-free, fully-customizable and reusable components",
4+
"main": "css/components.css",
5+
"authors": [
6+
"Paweł Galias"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"css",
11+
"components",
12+
"pure",
13+
"css",
14+
"sass",
15+
"less"
16+
],
17+
"homepage": "https://github.com/pgalias/pure-css-components",
18+
"moduleType": [
19+
"es6"
20+
],
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
]
28+
}

0 commit comments

Comments
 (0)