1
Fork 0
solar-conflux/typescript/translucid/package.json
Matei Adriel f95c98d2f4
typescript(translucid): 1.0.12
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:13:32 +02:00

24 lines
483 B
JSON

{
"name": "translucid",
"version": "1.0.12",
"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"
}
}