1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2024-09-18 19:35:57 +00:00
powahroot/package.json
2024-06-10 13:51:44 +01:00

46 lines
956 B
JSON

{
"name": "powahroot",
"version": "1.2.10",
"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/powahroot.git"
},
"keywords": [
"routing",
"micro-framework"
],
"author": "Starbeamrainbowlabs",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/sbrl/powahroot/issues"
},
"homepage": "https://github.com/sbrl/powahroot#readme",
"funding": {
"type": "liberapay",
"url": "https://liberapay.com/sbrl"
},
"dependencies": {
"cookie": "^0.6.0",
"event-emitter-es6": "^1.1.5",
"nightink": "^1.0.2"
},
"devDependencies": {
"@types/cookie": "^0.5.4",
"@types/event-emitter-es6": "^1.1.4",
"documentation": "^14.0.2"
},
"files": [
"index.mjs",
"Client.mjs",
"Server.mjs",
"Client/",
"Server/",
"Shared/"
]
}