mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 12:55:25 +00:00
28 lines
605 B
JSON
28 lines
605 B
JSON
{
|
|
"name": "registration",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/anatolykopyl/registration.git"
|
|
},
|
|
"author": "Anatoly Kopyl",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/anatolykopyl/registration/issues"
|
|
},
|
|
"homepage": "https://github.com/anatolykopyl/registration#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"express": "^4.17.1",
|
|
"mongodb": "^3.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|