-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "npocore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server/app.js -V -L",
"start": "node server/app.js",
"compile:sass": "node-sass server/static/sass/main.scss server/static/css/styles.css -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/launch-tech-llc/npocore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/launch-tech-llc/npocore/issues"
},
"homepage": "https://github.com/launch-tech-llc/npocore#readme",
"dependencies": {
"aws-sdk": "^2.688.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-fileuploader": "0.0.7",
"express-fileuploader-s3": "0.0.1",
"express-rate-limit": "^5.1.3",
"express-sanitizer": "^1.0.5",
"express-validator": "^6.5.0",
"mongoose": "^5.9.16",
"multer": "^1.4.2",
"node-sass": "^4.14.1",
"nodemailer": "^6.4.8",
"nodemailer-smtp-transport": "^2.7.4",
"password-hash": "^1.2.2",
"uuid": "^8.1.0"
}
}