-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 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
46
47
48
49
50
51
52
53
54
{
"name": "MeetMe",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/istanbul cover --dir ./coverage ./node_modules/.bin/_mocha -- -R spec -t 15000 --recursive --slow 2"
},
"repository": {
"type": "git",
"url": "https://github.com/brechtvalcke/BackEndProject.git"
},
"keywords": [
""
],
"author": "Thuur vandeplassche & Brecht Valcke ",
"license": "ISC",
"dependencies": {
"base-64": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.1",
"chai": "^4.1.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"fbgraph": "^1.4.1",
"fs": "0.0.1-security",
"glob": "^7.1.2",
"helmet": "^3.9.0",
"html": "^1.0.0",
"istanbul": "^0.4.5",
"md5": "^2.2.1",
"memory-cache": "^0.2.0",
"mocha": "^4.1.0",
"mongoose": "^4.13.4",
"mysql": "^2.15.0",
"node-geocoder": "^3.21.0",
"nodemon": "^1.12.1",
"objectid": "^3.2.1",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"redis": "^2.8.0",
"sinon": "^4.1.6",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.1.0"
}
}