-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "hack-moscow",
"version": "1.0.0",
"description": "Our team project for Hack.Moscow",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zemotacqy/hack-moscow.git"
},
"keywords": [
"Hack.Moscow"
],
"author": "Zemotacqy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zemotacqy/hack-moscow/issues"
},
"homepage": "https://github.com/Zemotacqy/hack-moscow#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"easyimage": "^3.1.1",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"image-convert": "^0.1.33",
"imagemagick": "^0.1.3",
"jimp": "^0.8.5",
"mongoose": "^5.7.7",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemailer": "^6.3.1",
"nodemon": "^1.19.4"
}
}