2019-04-26 22:35:10 +00:00
|
|
|
{
|
2019-04-26 23:38:02 +00:00
|
|
|
"name": "powahroot",
|
|
|
|
"version": "0.1.0",
|
2019-04-26 22:35:10 +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": {
|
|
|
|
"nightink": "^0.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-26 23:38:02 +00:00
|
|
|
"@types/event-emitter-es6": "^1.1.0",
|
2019-04-26 22:35:10 +00:00
|
|
|
"event-emitter-es6": "^1.1.5"
|
|
|
|
}
|
|
|
|
}
|