{
  "name": "localizer",
  "description": "Localized and configureable async and sync `requre.resolve()` implementation.",
  "version": "0.2.4",
  "author": "Andreas Madsen <amwebdk@gmail.com>",
  "main": "./localizer.js",
  "scripts": {
    "test": "tap test/simple/*"
  },
  "repository" : {
    "type": "git",
    "url": "git://github.com/AndreasMadsen/localizer.git"
  },
  "keywords": [
    "module",
    "require",
    "resolve",
    "filepath",
    "node_modules"
  ],
  "devDependencies": {
    "tap": "0.6.x"
  },
  "license": "MIT"
}
