mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
28 lines
516 B
JSON
28 lines
516 B
JSON
{
|
|
"name": "philip",
|
|
"homepage": "https://github.com/coderaiser/domfs-philip",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Walk a directory tree in DOM File System",
|
|
"main": "lib/philip.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"DOM",
|
|
"File System"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"modules"
|
|
],
|
|
"dependencies": {
|
|
"execon": "~1.2.2",
|
|
"emitify": "^3.1.0",
|
|
"findit": "1.1.7"
|
|
}
|
|
}
|