-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.32 KB
/
package.json
File metadata and controls
55 lines (55 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
55
{
"name": "ufpi-mobile-cm",
"version": "1.0.0",
"description": "Web app for managing UFPI mobile content",
"main": "index.js",
"scripts": {
"start": "nf start",
"devstart": "nodemon start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vekat/ufpi-mobile-cm.git"
},
"keywords": [
"ufpi",
"mobile"
],
"author": "Vitor Cortez <vitor.a.cortez@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vekat/ufpi-mobile-cm/issues"
},
"homepage": "https://github.com/vekat/ufpi-mobile-cm#readme",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"bcryptjs": "2.4.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"cron": "^1.3.0",
"ejs": "2.5.7",
"express": "4.16.2",
"express-session": "^1.15.6",
"express-validator": "^5.0.1",
"foreman": "2.0.0",
"full-icu": "1.2.0",
"http-error-pages": "^2.0.0",
"mongodb": "3.0.1",
"mongoose": "5.0.1",
"morgan": "1.9.0",
"multer": "^1.3.0",
"passport": "0.4.0",
"passport-http": "0.3.0",
"passport-local": "^1.0.0",
"swagger-jsdoc": "1.9.7",
"swagger-ui-express": "2.0.15",
"validator": "9.3.0",
"x-ray": "2.3.2"
},
"devDependencies": {
"dotenv": "4.0.0",
"nodemon": "^1.15.1"
}
}