{
  "name": "pagex",
  "version": "3.0.0",
  "description": "A super simple front-end router",
  "main": "pagex.js",
  "scripts": {
    "build": "rollup -c | uglifyjs -o pagex.min.js",
    "pretest": "npm run build",
    "test": "jest --coverage --collectCoverageFrom=pagex.js --detectOpenHandles --runInBand",
    "gzip": "gzip -c pagex.min.js | wc -c && echo 'bytes' # Only for Unix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franciscop/pagex.git"
  },
  "author": "Francisco Presencia Fandos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/franciscop/pagex/issues"
  },
  "homepage": "https://github.com/franciscop/pagex#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-preset-env": "^1.6.1",
    "path-to-regexp": "^2.4.0",
    "rollup": "^0.50.0",
    "rollup-plugin-commonjs": "8.3.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "uglify-es": "^3.1.3"
  }
}
