cloudcmd/modules/philip/.bower.json
2017-05-22 12:38:23 +03:00

39 lines
No EOL
821 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"
},
"version": "1.3.7",
"_release": "1.3.7",
"_resolution": {
"type": "version",
"tag": "v1.3.7",
"commit": "5179476e600b28575eb2c8a549990e1f039f2dbf"
},
"_source": "https://github.com/coderaiser/domfs-philip.git",
"_target": "^1.3.7",
"_originalSource": "philip",
"_direct": true
}