{
  "name": "tree-emoji-cli",
  "version": "1.0.2",
  "description": "List contents of directories in tree-like format with emojis 🌳📁📄",
  "author": {
    "name": "Sandoche ADITTANE",
    "email": "sandoche@adittane.com",
    "url": "http://github.com/sandoche"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandoche/tree-emoji-cli.git"
  },
  "bin": {
    "tree": "./bin/tree",
    "treee": "./bin/tree"
  },
  "keywords": [
    "tree",
    "cli",
    "tree-cli",
    "cli-tree",
    "node-tree",
    "linux",
    "emoji",
    "emoji-tree",
    "tree-emoji-cli",
    "emoji-cli"
  ],
  "dependencies": {
    "bluebird": "^3.4.6",
    "chalk": "^1.1.3",
    "cli-spinner": "^0.2.5",
    "lodash.includes": "^4.3.0",
    "meow": "^3.7.0",
    "object-assign": "^4.1.0"
  }
}
