-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "Politicmotion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shellyYG/politicmotion.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shellyYG/politicmotion/issues"
},
"homepage": "https://github.com/shellyYG/politicmotion#readme",
"dependencies": {
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"compromise": "^13.7.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"natural": "^2.1.5",
"node-nlp": "^4.16.0",
"nodemailer": "^6.4.17",
"nodemailer-express-handlebars": "^4.0.0",
"nodemon": "^2.0.6",
"socket.io": "^3.0.4",
"supertest": "^6.0.1",
"util.promisify": "^1.0.1",
"vader-sentiment": "^1.1.3"
},
"devDependencies": {
"eslint": "^7.16.0"
}
}