cloudcmd/modules/philip/.bower.json
2015-09-30 06:02:01 -04:00

39 lines
No EOL
820 B
JSON

{
"name": "philip",
"version": "1.3.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.3.0",
"execon": "~1.2.2",
"findit": "~1.1.3"
},
"_release": "1.3.1",
"_resolution": {
"type": "version",
"tag": "v1.3.1",
"commit": "7b8bd3426400c03f68d92792c7bbc828a1e8073a"
},
"_source": "git://github.com/coderaiser/domfs-philip.git",
"_target": "~1.3.1",
"_originalSource": "philip",
"_direct": true
}