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

38 lines
No EOL
786 B
JSON

{
"name": "findit",
"homepage": "https://github.com/coderaiser/domfs-findit",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
],
"description": "Walk a directory tree in DOM File System",
"main": "lib/findit.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"findit",
"DOM",
"File System"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"modules"
],
"dependencies": {
"emitify": "~1.3.0"
},
"version": "1.1.3",
"_release": "1.1.3",
"_resolution": {
"type": "version",
"tag": "v1.1.3",
"commit": "40cd3158e92c5176386033feb2a1ce05c42cc334"
},
"_source": "git://github.com/coderaiser/domfs-findit.git",
"_target": "~1.1.3",
"_originalSource": "findit",
"_direct": true
}