2019-04-26 22:35:10 +00:00
|
|
|
{
|
2019-04-27 14:27:09 +00:00
|
|
|
"name": "powahroot",
|
2024-09-12 16:05:13 +00:00
|
|
|
"version": "1.2.11",
|
2019-04-27 14:27:09 +00:00
|
|
|
"description": "Client and server-side routing micro frameworks",
|
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
2020-05-25 14:16:41 +00:00
|
|
|
"test": "echo \"Error: no tests have been implemented yet\" && exit 1"
|
2019-04-27 14:27:09 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-03-06 02:31:17 +00:00
|
|
|
"url": "git+https://github.com/sbrl/powahroot.git"
|
2019-04-27 14:27:09 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"routing",
|
|
|
|
"micro-framework"
|
|
|
|
],
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
2022-03-06 02:31:17 +00:00
|
|
|
"url": "https://github.com/sbrl/powahroot/issues"
|
2019-04-27 14:27:09 +00:00
|
|
|
},
|
2020-01-13 00:18:19 +00:00
|
|
|
"homepage": "https://github.com/sbrl/powahroot#readme",
|
2020-05-25 14:16:41 +00:00
|
|
|
"funding": {
|
|
|
|
"type": "liberapay",
|
|
|
|
"url": "https://liberapay.com/sbrl"
|
|
|
|
},
|
2019-04-27 14:27:09 +00:00
|
|
|
"dependencies": {
|
2023-11-11 22:45:36 +00:00
|
|
|
"cookie": "^0.6.0",
|
2022-02-07 18:35:39 +00:00
|
|
|
"event-emitter-es6": "^1.1.5",
|
2023-11-11 22:45:36 +00:00
|
|
|
"nightink": "^1.0.2"
|
2019-04-27 14:27:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-11 22:45:36 +00:00
|
|
|
"@types/cookie": "^0.5.4",
|
|
|
|
"@types/event-emitter-es6": "^1.1.4",
|
|
|
|
"documentation": "^14.0.2"
|
2024-06-05 11:53:52 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.mjs",
|
|
|
|
"Client.mjs",
|
|
|
|
"Server.mjs",
|
|
|
|
"Client/",
|
|
|
|
"Server/",
|
|
|
|
"Shared/"
|
|
|
|
]
|
2019-04-26 22:35:10 +00:00
|
|
|
}
|