{
  "name": "esrol-autoloader",
  "description": "An Autoloader Class for automatically including files.",
  "version": "0.0.6",
  "homepage": "https://github.com/esrol/esrol-autoloader",
  "keywords": ["module", "autoloading", "esrol", "autoloader"],
  "main": "index.js",
  "author": "Ivaylo Ivanov <ivaylo.ivanov.ipi@gmail.com>",
  "scripts": {
    "test": "node_modules/.bin/mocha ./tests/test",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha ./tests/test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/esrol/esrol-autoloader"
  },
  "bugs": {
    "url": "https://github.com/esrol/esrol-autoloader"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 4.0.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "coveralls": "^2.11.4",
    "debug": "^2.2.0",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.3"
  }
}
