{
  "name": "async-require",
  "version": "1.2.2",
  "description": "async module loader",
  "main": "index.js",
  "scripts": {
    "test": "gulp"
  },
  "author": "https://github.com/Jhorlin",
  "keywords": [
    "require",
    "async",
    "module"
  ],
  "license": "ISC",
  "dependencies": {
    "bluebird": "^3.0.5",
    "callsite": "^1.0.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "extend": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-buddy.js": "^1.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-coverage": "^0.3.38",
    "gulp-coveralls": "^0.1.4",
    "gulp-expect-file": "0.0.7",
    "gulp-jscs": "^3.0.2",
    "gulp-jsdoc-to-markdown": "^1.1.1",
    "gulp-jshint": "^2.0.0",
    "gulp-jsinspect": "^2.0.0",
    "gulp-mocha": "^2.2.0",
    "gulp-nsp": "^2.1.0",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.1.0",
    "run-sequence": "^1.1.4"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jhorlin/async-require.git"
  },
  "bugs": {
    "url": "https://github.com/Jhorlin/async-require/issues"
  },
  "homepage": "https://github.com/Jhorlin/async-require#readme"
}
