Skip to content

Commit f53152d

Browse files
committed
add composer.json
1 parent d3df0b0 commit f53152d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

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

0 commit comments

Comments
 (0)