UNPKG

uav-router

Version:

Simple hash-based routing for single page apps

36 lines (35 loc) 761 B
{ "name": "uav-router", "version": "0.1.6", "description": "Simple hash-based routing for single page apps", "main": "dist/uav-router.js", "scripts": { "test": "", "build": ". build.sh" }, "repository": { "type": "git", "url": "git+https://github.com/unearth-inc/uav-router.git" }, "keywords": [ "router", "uav" ], "author": "unearth", "license": "UNLICENSED", "bugs": { "url": "https://github.com/unearth-inc/uav-router/issues" }, "homepage": "https://github.com/unearth-inc/uav-router#readme", "devDependencies": { "@babel/cli": "7.11.6", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "uglify-js": "^3.1.5" }, "babel": { "presets": [ "@babel/env" ] } }