-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 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
{
"name": "cryptovibes",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"dev": "gulp"
},
"dependencies": {
"config": "^3.3.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"json-expression-eval": "^2.0.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.7",
"morgan": "~1.9.1",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"primus": "^7.3.4",
"pug": "2.0.0-beta11",
"ws": "^7.2.5"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"sass": "^1.26.5"
},
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WardVandevoort/Cryptovibes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WardVandevoort/Cryptovibes/issues"
},
"homepage": "https://github.com/WardVandevoort/Cryptovibes#readme",
"keywords": []
}