2019-04-26 22:35:10 +00:00
|
|
|
{
|
2019-04-27 14:27:09 +00:00
|
|
|
"name": "powahroot",
|
2019-07-15 14:42:34 +00:00
|
|
|
"version": "1.0.2",
|
2019-04-27 14:27:09 +00:00
|
|
|
"description": "Client and server-side routing micro frameworks",
|
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && 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/powerroot#readme",
|
|
|
|
"dependencies": {
|
2019-06-17 21:34:04 +00:00
|
|
|
"cookie": "^0.4.0",
|
|
|
|
"nightink": "^0.1.3"
|
2019-04-27 14:27:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-17 21:34:04 +00:00
|
|
|
"@types/cookie": "^0.3.3",
|
2019-04-27 14:27:09 +00:00
|
|
|
"@types/event-emitter-es6": "^1.1.0",
|
2019-07-19 10:55:29 +00:00
|
|
|
"documentation": "^12.0.2",
|
2019-04-27 14:27:09 +00:00
|
|
|
"event-emitter-es6": "^1.1.5"
|
|
|
|
}
|
2019-04-26 22:35:10 +00:00
|
|
|
}
|