UNPKG

1.02 kBJSONView Raw
1{
2 "name": "filesize",
3 "description": "JavaScript library to generate a human readable String describing the file size",
4 "version": "3.5.5",
5 "homepage": "http://filesizejs.com",
6 "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/avoidwork/filesize.js.git"
10 },
11 "bugs": {
12 "url": "https://github.com/avoidwork/filesize.js/issues"
13 },
14 "license": "BSD-3-Clause",
15 "main": "lib/filesize",
16 "engines": {
17 "node": ">= 0.4.0"
18 },
19 "scripts": {
20 "test": "grunt test"
21 },
22 "devDependencies": {
23 "babel-preset-es2015": "~6.18.0",
24 "grunt": "~1.0.1",
25 "grunt-babel": "~6.0.0",
26 "grunt-cli": "~1.2.0",
27 "grunt-contrib-concat": "~1.0.1",
28 "grunt-contrib-watch": "~1.0.0",
29 "grunt-eslint": "~19.0.0",
30 "grunt-contrib-nodeunit": "~1.0.0",
31 "grunt-contrib-uglify": "~2.0.0"
32 },
33 "keywords": ["file", "filesize", "size", "readable", "file system", "bytes", "diff"]
34}