cloudcmd/modules/findit/.bower.json
2017-05-10 12:45:40 +03:00

37 lines
No EOL
768 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": "^3.0.1"
},
"version": "1.1.7",
"_release": "1.1.7",
"_resolution": {
"type": "version",
"tag": "v1.1.7",
"commit": "f30860d8ab233f2dfea1ffe45710d5cfa9d7b797"
},
"_source": "https://github.com/coderaiser/domfs-findit.git",
"_target": "1.1.7",
"_originalSource": "findit"
}