Skip to content

Commit ba65b87

Browse files
committed
Add bower manifest
1 parent d60a6e2 commit ba65b87

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "filesize",
3+
"description": "JavaScript library to generate a human readable String describing the file size",
4+
"homepage": "https://github.com/avoidwork/filesize.js",
5+
"main": ["./lib/filesize.js"],
6+
"repository": {
7+
"type": "git",
8+
"url": "[email protected]:avoidwork/filesize.js.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "Jason Mulligan",
13+
"email": "[email protected]",
14+
"homepage": "http://avoidwork.com"
15+
}
16+
],
17+
"license": "BSD-3"
18+
}

0 commit comments

Comments
 (0)