cloudcmd/modules/philip/.bower.json
2016-06-06 19:40:04 +03:00

39 lines
No EOL
822 B
JSON

{
"name": "philip",
"version": "1.3.3",
"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.1.0",
"findit": "~1.1.4"
},
"_release": "1.3.3",
"_resolution": {
"type": "version",
"tag": "v1.3.3",
"commit": "a9548db2e0a8f8e061e826b330b112c7ce480105"
},
"_source": "https://github.com/coderaiser/domfs-philip.git",
"_target": "^1.3.3",
"_originalSource": "philip",
"_direct": true
}