2019-01-19 21:41:54 +01:00
|
|
|
{
|
|
|
|
"name": "translucid",
|
2019-01-22 20:51:22 +01:00
|
|
|
"version": "1.0.23",
|
2019-01-19 21:41:54 +01:00
|
|
|
"description": "A simple node library to bind files to requests",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
2019-01-19 22:32:08 +01:00
|
|
|
"test": "echo \"-1/12\" && exit 1"
|
2019-01-19 21:41:54 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
2019-01-19 22:23:09 +01:00
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/Mateiadrielrafael/Translucid"
|
2019-01-19 21:41:54 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-01-19 22:23:09 +01:00
|
|
|
"translucid",
|
|
|
|
"express",
|
|
|
|
"server"
|
2019-01-19 21:41:54 +01:00
|
|
|
],
|
|
|
|
"author": "Matei Adriel",
|
2019-01-19 22:23:09 +01:00
|
|
|
"license": "Apache License 2.0",
|
2019-01-19 21:41:54 +01:00
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.16.4"
|
2019-01-19 22:23:09 +01:00
|
|
|
}
|
2019-01-19 21:41:54 +01:00
|
|
|
}
|