cloudcmd/modules/findit/.bower.json
2016-07-14 20:40:43 +03:00

37 lines
No EOL
769 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.1.1"
},
"version": "1.1.6",
"_release": "1.1.6",
"_resolution": {
"type": "version",
"tag": "v1.1.6",
"commit": "3a28a3bf3aff0a50012fea6a44a8334a043111c9"
},
"_source": "https://github.com/coderaiser/domfs-findit.git",
"_target": "~1.1.4",
"_originalSource": "findit"
}