UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

44 lines (43 loc) 1.04 kB
{ "name": "filesize", "description": "JavaScript library to generate a human readable String describing the file size", "version": "3.5.10", "homepage": "https://filesizejs.com", "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "repository": { "type": "git", "url": "git://github.com/avoidwork/filesize.js.git" }, "bugs": { "url": "https://github.com/avoidwork/filesize.js/issues" }, "license": "BSD-3-Clause", "main": "lib/filesize", "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "babel-preset-es2015": "~6.18.0", "babili": "0.0.12", "grunt": "~1.0.1", "grunt-babel": "~6.0.0", "grunt-cli": "~1.2.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-nodeunit": "~1.0.0", "grunt-contrib-uglify": "~3.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-eslint": "~19.0.0" }, "keywords": [ "file", "filesize", "size", "readable", "file system", "bytes", "diff" ] }