mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-01-10 21:35:07 +00:00
34 lines
675 B
JSON
34 lines
675 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": [
|
|
"**/.*",
|
|
"index.js",
|
|
"gzipsize.js",
|
|
"rollup.config.dev.js",
|
|
"rollup.config.prod.js",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"coverage"
|
|
]
|
|
}
|