0000de95cf
Signed-off-by: prescientmoon <git@moonythm.dev>
24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"name": "translucid",
|
|
"version": "1.0.17",
|
|
"description": "A simple node library to bind files to requests",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"-1/12\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "github",
|
|
"url": "https://github.com/Mateiadrielrafael/Translucid"
|
|
},
|
|
"keywords": [
|
|
"translucid",
|
|
"express",
|
|
"server"
|
|
],
|
|
"author": "Matei Adriel",
|
|
"license": "Apache License 2.0",
|
|
"dependencies": {
|
|
"express": "^4.16.4"
|
|
}
|
|
}
|