Skip to content

Commit dcdce15

Browse files
committed
Add package.json
1 parent 4ab78e3 commit dcdce15

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "bendable",
3+
"version": "1.0.0",
4+
"description": "Fluid & responsive type scales with composable CSS utilities",
5+
"main": "bendable.css",
6+
"scripts": {
7+
"test": "-"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/tobiasahlin/bendable.git"
12+
},
13+
"keywords": [
14+
"css",
15+
"type",
16+
"scale",
17+
"responsive",
18+
"fluid",
19+
"typography"
20+
],
21+
"author": "tobiasahlin",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/tobiasahlin/bendable/issues"
25+
},
26+
"homepage": "https://github.com/tobiasahlin/bendable#readme"
27+
}

0 commit comments

Comments
 (0)