mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-01-25 19:16:17 +00:00
30 lines
583 B
JSON
30 lines
583 B
JSON
{
|
|
"name": "frontexpress",
|
|
"description": "Frontexpress manages routes in browser like ExpressJS on Node",
|
|
"main": "dist/frontexpress.js",
|
|
"authors": [
|
|
"Camel Aissani <camel.aissani@gmail.com> (https://nuageprive.fr)"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"front",
|
|
"framework",
|
|
"web",
|
|
"router",
|
|
"middleware",
|
|
"app",
|
|
"api",
|
|
"express",
|
|
"frontexpress"
|
|
],
|
|
"homepage": "https://github.com/camelaissani/frontexpress",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"coverage"
|
|
]
|
|
}
|