{
  "name": "abstract-nested-router",
  "version": "0.2.1",
  "description": "Minimal nested-routing impl!",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "scripts": {
    "dev": "npm run test -- -w",
    "mocha": "_mocha --exit --recursive -bR spec",
    "build": "bili src/index.js --minimal --format es --format cjs --format umd --module-name AbstractNestedRouter",
    "test": "npm run test:unit --",
    "test:ci": "npm run coverage && npm run report --",
    "test:unit": "npm run mocha -- -r esm 'test/*.test.js'",
    "coverage": "nyc --silent -x '**/tests/**' -x '**/*.test.js' -- npm run test:unit",
    "upload": "codecov --file=coverage/lcov.info --disable=gcov",
    "report": "nyc report",
    "prepublish": "npm run build"
  },
  "files": [
    "dist/*.js"
  ],
  "keywords": [
    "nested",
    "router",
    "abstract",
    "hash-based",
    "nested-router"
  ],
  "author": "Alvaro Cabrera <yo@soypache.co>",
  "license": "MIT",
  "devDependencies": {
    "bili": "^4.9.0",
    "chai": "^4.2.0",
    "codecov": "^3.5.0",
    "esm": "^3.2.25",
    "mocha": "^6.1.4",
    "nyc": "^15.0.1"
  }
}
