mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"name": "findit",
|
|
"homepage": "https://github.com/coderaiser/domfs-findit",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Walk a directory tree in DOM File System",
|
|
"main": "lib/findit.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"findit",
|
|
"DOM",
|
|
"File System"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"modules"
|
|
],
|
|
"dependencies": {
|
|
"emitify": "~1.2.0"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|