-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "eindproject-coins",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"nodemon": "nodemon ./bin/www",
"sass": "sass --watch ./sass/app.scss ./public/stylesheets/app.css",
"gulp": "./node_modules/.bin/gulp"
},
"dependencies": {
"atob": "^2.1.2",
"config": "^3.3.6",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.16.4",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-jsmin": "^0.1.5",
"gulp-rename": "^2.0.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongod": "^2.0.0",
"mongoose": "^5.12.5",
"morgan": "~1.9.1",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"primus": "^8.0.3",
"pug": "2.0.0-beta11",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sass": "^1.32.12",
"ws": "^7.4.5"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NickBevers/precious.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NickBevers/precious/issues"
},
"homepage": "https://github.com/NickBevers/precious#readme",
"description": "MongoDB - Users\r Frontend - Login/Register\r SASS/BEM - Buttons (a-tags)\r SASS/BEM - Form Checkbox\r SASS/BEM - Navigation",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-purgecss": "^4.0.3",
"gulp-sass": "^4.1.0"
}
}