Kargi-Sitesi/node_modules/filesize/package.json

41 lines
No EOL
1 KiB
JSON

{
"name": "filesize",
"description": "JavaScript library to generate a human readable String describing the file size",
"version": "3.1.2",
"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.5",
"grunt-cli": "~0.1.13",
"grunt-babel": "^4.0.0",
"grunt-sed": "~0.1.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.7.0"
},
"keywords": ["file", "filesize", "size", "readable", "file system"]
}