UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

41 lines 1.05 kB
{ "name": "filesize", "description": "JavaScript library to generate a human readable String describing the file size", "version": "2.0.4", "homepage": "http://filesizejs.com", "author": { "name": "Jason Mulligan", "email": "jason.mulligan@avoidwork.com" }, "repository": { "type": "git", "url": "git://github.com/avoidwork/filesize.js.git" }, "bugs": { "url": "https://github.com/avoidwork/filesize.js/issues" }, "licenses": [ { "type": "BSD-3", "url": "https://raw.github.com/avoidwork/filesize.js/master/LICENSE" } ], "main": "lib/filesize", "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "~0.4.1", "grunt-cli": "~0.1.6", "grunt-exec": "~0.4", "grunt-sed": "~0.1", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-jshint": "~0.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-watch": "~0.2" }, "keywords": ["file", "filesize", "size", "readable", "file system"] }