-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 913 Bytes
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
{
"name": "lovecoy",
"description": "Lovecoy - Dating application",
"version": "0.0.1",
"homepage": "http://lovecoy.com",
"author": {
"name": "Lovecoy Pvt Ltd <info@Lovecoy.com>",
"email": "info@lovecoy.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://192.168.1.24:999/Lovecoy/Lovecoy-Webservice.git"
},
"dependencies": {
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"express": "^4.14.0",
"mongodb": "^2.2.5",
"multer": "^1.2.0",
"node-geocoder": "^3.14.0",
"nodemailer": "^2.6.4",
"sharp": "^0.16.0"
},
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development node --optimize_for_size --max_old_space_size=920 --gc_interval=100 index.js",
"test": "DEBUG=express:* NODE_DEBUG=cluster node index.js"
},
"keywords": [
"dating",
"match",
"relationship"
]
}