{ "name": "routing-buddy", "version": "0.1.2", "description": "Another router library for both client and server", "main": "lib/router.js", "scripts": { "test": "mocha --reporter dot && eslint lib/*.js test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/xbudex/routing-buddy.git" }, "keywords": [ "routing", "router", "url", "routing", "universal", "browser", "server", "client" ], "author": "Buddy Sandidge ", "license": "MIT", "bugs": { "url": "https://github.com/xbudex/routing-buddy/issues" }, "homepage": "https://github.com/xbudex/routing-buddy#readme", "devDependencies": { "eslint": "^1.10.3", "expect": "^1.14.0", "mocha": "^2.4.5" } }