powahroot/package.json

38 lines
854 B
JSON
Raw Permalink Normal View History

2019-04-26 22:35:10 +00:00
{
2019-04-27 14:27:09 +00:00
"name": "powahroot",
2022-05-01 14:58:00 +00:00
"version": "1.2.6",
2019-04-27 14:27:09 +00:00
"description": "Client and server-side routing micro frameworks",
"main": "index.mjs",
"scripts": {
"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",
"funding": {
"type": "liberapay",
"url": "https://liberapay.com/sbrl"
},
2019-04-27 14:27:09 +00:00
"dependencies": {
2022-05-01 14:47:13 +00:00
"cookie": "^0.5.0",
"event-emitter-es6": "^1.1.5",
2022-05-01 14:47:13 +00:00
"nightink": "^1.0.1"
2019-04-27 14:27:09 +00:00
},
"devDependencies": {
2022-05-01 14:47:13 +00:00
"@types/cookie": "^0.5.1",
2022-02-07 17:15:05 +00:00
"@types/event-emitter-es6": "^1.1.1",
"documentation": "^13.2.5"
2019-04-27 14:27:09 +00:00
}
2019-04-26 22:35:10 +00:00
}