{
  "name": "auto-load",
  "description": "Require all files in subfolders",
  "version": "3.0.4",
  "author": "Matthieu Bacconnier <matthieu.bacconnier@papiel.fr>",
  "scripts": {
    "test": "NODE_ENV=test mocha -R spec"
  },
  "main": "./lib/",
  "typings": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/Neamar/autoload"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "^5.2.0",
    "should": "4.x.x"
  },
  "licence": "MIT",
  "engines": {
    "node": ">=4.0.0"
  }
}
