cloudcmd/modules/philip/.bower.json
2015-12-29 16:18:00 -05:00

39 lines
No EOL
820 B
JSON

{
"name": "philip",
"version": "1.3.2",
"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": "~2.0.0",
"findit": "~1.1.4"
},
"_release": "1.3.2",
"_resolution": {
"type": "version",
"tag": "v1.3.2",
"commit": "5987cf63e2caa6037a47c9af1d4ab7068eef20ef"
},
"_source": "git://github.com/coderaiser/domfs-philip.git",
"_target": "~1.3.2",
"_originalSource": "philip",
"_direct": true
}