Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinok committed Nov 17, 2014
1 parent d3df0b0 commit f53152d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "avoidwork/filesize.js",
"description": "JavaScript library to generate a human readable String describing the file size",
"type": "library",
"keywords": ["file", "filesize", "size", "readable", "file system"],
"homepage": "http://filesizejs.com",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jason Mulligan",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/avoidwork/filesize.js/issues",
"source": "https://github.com/avoidwork/filesize.js"
}
}

0 comments on commit f53152d

Please sign in to comment.