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

24 lines
482 B
JSON

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