{
  "name": "feliz-router",
  "version": "0.0.6",
  "description": "A routing plugin for feliz.js",
  "main": "lib/router.js",
  "author": "Héctor Menéndez <etor@gik.mx>",
  "license": "MIT",
  "analyze": true,
  "keywords": [
    "feliz",
    "rx",
    "router",
    "observable"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gikmx/feliz-router"
  },
  "bugs": {
    "url": "https://github.com/gikmx/feliz-router/issues"
  },
  "engines": {
    "node": ">=6.2.0"
  },
  "scripts": {
    "start": "nodemon ./test -x 'npm run docs && npm run debug -s' -w ./lib -w ./test | tap-spec",
    "docs": "jsdoc2md -t ./template.hbs 'lib/**/*.js' > README.md",
    "test": "tape ./test | tap-spec",
    "debug": "node-debug --cli --no-debug-brk --debug-port 5900 --web-port 9900 --save-live-edit --no-preload",
    "debug:watch": "nodemon ./test -x 'npm run debug -s' -w ./lib -w ./test | tap-spec",
    "cover": "npm run cover:stats && npm run cover:send",
    "cover:check": "npm run cover:stats && istanbul check-coverage",
    "cover:stats": "istanbul cover tape -- ./test",
    "cover:send": "cat ./coverage/lcov.info | coveralls",
    "postversion": "git add package.json",
    "precommit": "npm test && npm run cover:check && npm run docs && git add --force README.md && npm version patch --no-git-tag-version"
  },
  "dependencies": {},
  "devDependencies": {
    "coveralls": "^2.11.12",
    "feliz.test": "0.0.13-beta",
    "husky": "^0.11.5",
    "istanbul": "^0.4.4",
    "jsdoc-to-markdown": "^1.3.6",
    "tap-spec": "^4.1.1"
  }
}
