powahroot/package.json

38 lines
854 B
JSON
Raw Normal View History

2019-04-26 22:35:10 +00:00
{
2019-04-27 14:27:09 +00:00
"name": "powahroot",
2020-06-11 14:59:22 +00:00
"version": "1.0.4",
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",
"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"
},
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-02-07 17:15:05 +00:00
"cookie": "^0.4.2",
2019-06-17 21:34:04 +00:00
"nightink": "^0.1.3"
2019-04-27 14:27:09 +00:00
},
"devDependencies": {
2022-02-07 17:15:05 +00:00
"@types/cookie": "^0.4.1",
"@types/event-emitter-es6": "^1.1.1",
2021-06-23 15:22:51 +00:00
"documentation": "^13.2.5",
2019-04-27 14:27:09 +00:00
"event-emitter-es6": "^1.1.5"
}
2019-04-26 22:35:10 +00:00
}