owltech
Version:
This a backend for OwlTech Company
38 lines (37 loc) • 892 B
JSON
{
"name": "owltech",
"version": "1.0.0",
"description": "This a backend for OwlTech Company",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndresPereZz/OwlTechBackend.git"
},
"keywords": [
"GroundHandling",
"GPS",
"IPS"
],
"author": "Andres Perez",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndresPereZz/OwlTechBackend/issues"
},
"homepage": "https://github.com/AndresPereZz/OwlTechBackend#readme",
"devDependencies": {
"nodemon": "^1.18.11"
},
"dependencies": {
"dotenv": "^7.0.0",
"express": "^4.16.4",
"firebase": "^5.10.1",
"firebase-admin": "^7.3.0",
"firebase-functions": "^2.3.0",
"mongoose": "^5.5.4",
"mongose": "0.0.2-security"
}
}