{
  "name": "anumargak",
  "version": "2.2.0",
  "description": "Amazing fast multipurpose simple to use web/ HTTP router",
  "main": "./src/letsRoute.js",
  "scripts": {
    "test": "jasmine tests/*test.js",
    "coverage": "nyc jasmine tests/*test.js; nyc report --reporter=lcov ",
    "updateContributors": "node static/contributors.js"
  },
  "author": "Amit Gupta (http://amitkumargupta.work)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/node-muneem/anumargak"
  },
  "keywords": [
    "route",
    "router",
    "http",
    "HTTP",
    "fast",
    "static",
    "dynamic",
    "enum",
    "wildchar",
    "async",
    "await",
    "named expressions",
    "version"
  ],
  "devDependencies": {
    "benchmark": "^2.1.4",
    "find-my-way": "^1.18.1",
    "jasmine": "^3.3.1",
    "jasmine-core": "^3.3.0",
    "mock-req": "^0.2.0",
    "mock-res": "^0.5.0",
    "nyc": "^11.9.0"
  },
  "dependencies": {
    "randexp": "^0.4.9",
    "safe-regex": "^1.1.0",
    "semver-store": "^0.3.0"
  },
  "nyc": {
    "exclude": [
      "tests",
      "build"
    ]
  }
}
