{
  "_from": "require-folder-tree@^1.4.5",
  "_id": "require-folder-tree@1.4.5",
  "_inBundle": false,
  "_integrity": "sha1-3+VTy6uYzIjhxWo/LzWPBu+FvLA=",
  "_location": "/require-folder-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "require-folder-tree@^1.4.5",
    "name": "require-folder-tree",
    "escapedName": "require-folder-tree",
    "rawSpec": "^1.4.5",
    "saveSpec": null,
    "fetchSpec": "^1.4.5"
  },
  "_requiredBy": [
    "/eslint-plugin-ember"
  ],
  "_resolved": "https://registry.npmjs.org/require-folder-tree/-/require-folder-tree-1.4.5.tgz",
  "_shasum": "dfe553cbab98cc88e1c56a3f2f358f06ef85bcb0",
  "_spec": "require-folder-tree@^1.4.5",
  "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/eslint-plugin-ember",
  "author": {
    "name": "Overlook Motel"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/require-folder-tree/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "3.8.0"
  },
  "deprecated": false,
  "description": "Utility to require multiple files in a folder tree with flexible options",
  "devDependencies": {
    "chai": "^2.3.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.14",
    "jshint": "^2.7.0",
    "mocha": "^2.2.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/overlookmotel/require-folder-tree#readme",
  "keywords": [
    "require",
    "folder",
    "structure",
    "tree",
    "all"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/overlookmotel/require-folder-tree/raw/master/License"
    }
  ],
  "main": "./lib/",
  "name": "require-folder-tree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/overlookmotel/require-folder-tree.git"
  },
  "scripts": {
    "cover": "make cover",
    "test": "make test"
  },
  "version": "1.4.5"
}
