mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
29 lines
539 B
JSON
29 lines
539 B
JSON
{
|
|
"name": "philip",
|
|
"version": "1.2.1",
|
|
"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": {
|
|
"emitify": "~1.2.0",
|
|
"findit": "~1.1.0",
|
|
"execon": "~1.2.2"
|
|
}
|
|
}
|