-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 Bytes
/
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
{
"name": "twitterapp",
"version": "1.0.0",
"description": "",
"main": "yes",
"dependencies": {
"algorithmia": "^0.3.10",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"logger": "0.0.1",
"morgan": "^1.9.0",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg-promise": "^7.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natashaU/TwitterSentimentAnalysis.git"
},
"author": "Natasha Umer",
"license": "ISC",
"bugs": {
"url": "https://github.com/natashaU/TwitterSentimentAnalysis/issues"
},
"homepage": "https://github.com/natashaU/TwitterSentimentAnalysis#readme"
}