UNPKG

616 BJSONView Raw
1{
2 "name": "filesize",
3 "description": "JavaScript library to generate a human readable String describing the file size",
4 "keywords": ["file", "filesize", "size", "readable", "file system"],
5 "homepage": "http://filesizejs.com",
6 "main": ["./lib/filesize.js"],
7 "ignore": [
8 "test",
9 ".gitignore"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:avoidwork/filesize.js.git"
14 },
15 "authors": [
16 {
17 "name": "Jason Mulligan",
18 "email": "jason.mulligan@avoidwork.com",
19 "homepage": "http://avoidwork.com"
20 }
21 ],
22 "license": "BSD-3-Clause"
23}