UNPKG

router5-plugin-browser

Version:
38 lines (37 loc) 875 B
{ "name": "router5-plugin-browser", "version": "8.0.1", "description": "Router5 browser plugin", "main": "dist/index.js", "jsnext:main": "dist/index.es.js", "module": "dist/index.es.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/router5/router5.git" }, "keywords": [ "router5", "helpers" ], "author": "Thomas Roch <thomas.c.roch@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/router5/router5/issues" }, "devDependencies": { "router5": "^8.0.1" }, "peerDependencies": { "router5": "^8.0.0" }, "homepage": "https://github.com/router5/router5/tree/master/packages/router5-plugin-browser", "scripts": { "test": "jest" }, "gitHead": "10576b99b47153acabe6eb4cbfa5caf4b36bbba0" }