cloudcmd/modules/findit/.bower.json
2015-12-29 16:18:00 -05: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": "~2.0.0"
},
"version": "1.1.4",
"_release": "1.1.4",
"_resolution": {
"type": "version",
"tag": "v1.1.4",
"commit": "f581f83f9a06d89f8578a38774a2d32dbeb73698"
},
"_source": "git://github.com/coderaiser/domfs-findit.git",
"_target": "~1.1.4",
"_originalSource": "findit",
"_direct": true
}