-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.32 KB
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
38
39
40
41
42
43
44
45
{
"name": "matcha",
"version": "1.0.0",
"description": "## Consigne Ce projet vous propose de créer un site de rencontres. Vous devrez donc concevoir une application permettant à deux potentielles âmes soeurs de se rencontrer, de l’inscription au contact final.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afanneau42/matcha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/afanneau42/matcha/issues"
},
"homepage": "https://github.com/afanneau42/matcha#readme",
"dependencies": {
"ajax-request": "^1.2.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"express-session": "^1.15.6",
"formidable": "^1.1.1",
"geoip-lite": "^1.2.1",
"geolib": "^2.0.24",
"jquery-ui": "^1.12.1",
"moment": "^2.20.1",
"mv": "^2.1.1",
"mysql": "^2.15.0",
"node-mysql-importer": "0.0.10",
"node-where": "^1.1.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.14.11",
"public-ip": "^2.4.0",
"pug": "^2.0.0-rc.4",
"socket.io": "^2.0.4",
"tags-input": "^1.1.1",
"xss": "^0.3.7"
}
}