24 lines
465 B
JSON
24 lines
465 B
JSON
|
{
|
||
|
"name": "translucid",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A simple node library to bind files to requests",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "a"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"translucid"
|
||
|
],
|
||
|
"author": "Matei Adriel",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@types/node": "^10.12.18",
|
||
|
"express": "^4.16.4"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|