forked from teamPERSEUS/Pomocode-AnalyticsService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 971 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 971 Bytes
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
{
"name": "pomocode-analyticsservice",
"version": "1.0.0",
"description": "Analytics microservice for the Pomocode application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamPERSEUS/Pomocode-AnalyticsService.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/teamPERSEUS/Pomocode-AnalyticsService/issues"
},
"homepage": "https://github.com/teamPERSEUS/Pomocode-AnalyticsService#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"moment": "^2.22.2",
"mysql2": "^1.6.1",
"nodemon": "^1.18.4",
"pg": "^7.5.0",
"sequelize": "^4.39.0"
},
"eslintConfig": {
"rules": {
"linebreak-style": false
}
}
}