{ "name": "powahroot", "version": "1.0.4", "description": "Client and server-side routing micro frameworks", "main": "index.mjs", "scripts": { "test": "echo \"Error: no tests have been implemented yet\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sbrl/powerroot.git" }, "keywords": [ "routing", "micro-framework" ], "author": "Starbeamrainbowlabs", "license": "MPL-2.0", "bugs": { "url": "https://github.com/sbrl/powerroot/issues" }, "homepage": "https://github.com/sbrl/powahroot#readme", "funding": { "type": "liberapay", "url": "https://liberapay.com/sbrl" }, "dependencies": { "cookie": "^0.4.2", "nightink": "^0.1.3" }, "devDependencies": { "@types/cookie": "^0.4.1", "@types/event-emitter-es6": "^1.1.1", "documentation": "^13.2.5", "event-emitter-es6": "^1.1.5" } }