powahroot/package.json

34 lines
758 B
JSON
Raw Normal View History

2019-04-26 22:35:10 +00:00
{
2019-04-27 14:27:09 +00:00
"name": "powahroot",
2019-04-28 19:49:51 +00:00
"version": "0.3.0",
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": {
"cookie": "^0.3.1",
"nightink": "^0.1.2"
},
"devDependencies": {
"@types/cookie": "^0.3.2",
"@types/event-emitter-es6": "^1.1.0",
"documentation": "^10.1.0",
"event-emitter-es6": "^1.1.5"
}
2019-04-26 22:35:10 +00:00
}