forecast_api/package.json

17 lines
295 B
JSON
Raw Normal View History

2019-01-31 10:47:29 -05:00
{
"name": "nodet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2019-01-31 16:32:34 -05:00
"dotenv": "^6.2.0",
2019-01-31 14:51:28 -05:00
"express": "^4.16.4",
"pg": "^7.8.0"
2019-01-31 10:47:29 -05:00
}
}