UNPKG

1.03 kBJSONView Raw
1{
2 "name": "filesize",
3 "description": "JavaScript library to generate a human readable String describing the file size",
4 "version": "3.5.8",
5 "homepage": "https://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": "index",
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 "babili": "0.0.12",
25 "grunt": "~1.0.1",
26 "grunt-babel": "~6.0.0",
27 "grunt-cli": "~1.2.0",
28 "grunt-contrib-concat": "~1.0.1",
29 "grunt-contrib-nodeunit": "~1.0.0",
30 "grunt-contrib-uglify": "~2.0.0",
31 "grunt-contrib-watch": "~1.0.0",
32 "grunt-eslint": "~19.0.0"
33 },
34 "keywords": [
35 "file",
36 "filesize",
37 "size",
38 "readable",
39 "file system",
40 "bytes",
41 "diff"
42 ]
43}