{
  "name": "calmcard",
  "version": "0.1.1",
  "description": "not-so-wild wildcard string matching",
  "main": "calmcard.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "nodeunit ./test/*"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:lnwdr/calmcard.git"
  },
  "keywords": [
    "wildcard",
    "matching",
    "pattern",
    "string",
    "glob"
  ],
  "author": {
      "name": "Leon Weidauer",
      "email": "leon@lnwdr.de",
      "url": "http://lnwdr.de"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lnwdr/calmcard/issues"
  },
  "homepage": "https://github.com/lnwdr/calmcard",
  "devDependencies": {
    "nodeunit": "^0.9.0"
  }
}
