mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"name": "format-io",
|
|
"version": "0.9.6",
|
|
"homepage": "https://github.com/coderaiser/format-io",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Format size, permissions, etc",
|
|
"main": "lib/format.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"format",
|
|
"size",
|
|
"permissions"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|