Skip to content

Commit 5edb806

Browse files
committed
Add a 'bower.json' since the package is now registered
1 parent 81b7787 commit 5edb806

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "valum",
3+
"description": "Web micro-framework entirely written in Vala",
4+
"main": "meson.build",
5+
"authors": [
6+
"Guillaume Poirier-Morency <[email protected]>"
7+
],
8+
"license": "LGPL-3.0",
9+
"keywords": [
10+
"web-framework",
11+
"vala"
12+
],
13+
"homepage": "https://github.com/valum-framework/valum"
14+
}

0 commit comments

Comments
 (0)