2016-09-08 18:28:54 +00:00
|
|
|
{
|
|
|
|
"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": [
|
|
|
|
"**/.*",
|
2016-09-09 20:56:20 +00:00
|
|
|
"index.js",
|
2017-06-22 19:28:31 +00:00
|
|
|
"gzipsize.js",
|
2016-09-15 17:16:42 +00:00
|
|
|
"rollup.config.dev.js",
|
|
|
|
"rollup.config.prod.js",
|
2016-09-08 18:28:54 +00:00
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests",
|
|
|
|
"coverage"
|
|
|
|
]
|
|
|
|
}
|