From f53152d43f050e04ece413f59a7baa05f91116bf Mon Sep 17 00:00:00 2001 From: Aliaksandr Litvinok Date: Mon, 17 Nov 2014 11:42:22 +0300 Subject: [PATCH] add composer.json --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..cb36833 --- /dev/null +++ b/composer.json @@ -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": "jason.mulligan@avoidwork.com" + } + ], + "support": { + "email": "jason.mulligan@avoidwork.com", + "issues": "https://github.com/avoidwork/filesize.js/issues", + "source": "https://github.com/avoidwork/filesize.js" + } +}