{
  "name": "require-stack",
  "version": "1.0.2",
  "description": "Returns syntax error while requiring modules under try/catch, which is missing by default",
  "main": "index.js",
  "scripts": {
    "test": "mocha test --reporter spec --check-leaks --bail",
    "standard": "standard src/*.js"
  },
  "keywords": [
    "syntax-error",
    "require-stack",
    "require-error-trace"
  ],
  "author": "amanvirk",
  "license": "MIT",
  "dependencies": {
    "syntax-error": "^1.1.4"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "istanbul": "^0.3.22",
    "mocha": "^2.3.3",
    "ouch": "^0.2.0-beta",
    "standard": "^6.0.8"
  }
}
