{
  "name": "safe-resolve",
  "version": "1.0.0",
  "description": "require.resolve without throwing",
  "main": "index.js",
  "scripts": {
    "test": "tap test.js --cov"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~2.3.0"
  },
  "license": "MIT",
  "author": "Evan Lucas <evanlucas@me.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/evanlucas/safe-resolve"
  },
  "homepage": "https://github.com/evanlucas/safe-resolve",
  "bugs": {
    "url": "https://github.com/evanlucas/safe-resolve/issues"
  }
}
