-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"name": "MIT-DB-Class-FinalProject",
"version": "0.0.1",
"description": "Node.js app using Express 4, Socket.io and D3.js to display Twitter Visualizations",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bcryptjs": "^0.7.12",
"express": "~4.9.x",
"morgan": "^1.3.2",
"body-parser": "^1.9.0",
"cookie-parser": "^1.3.3",
"method-override": "^2.2.0",
"express-session": "^1.8.2",
"orchestrate": "^0.3.11",
"socket.io": "~1.2.0",
"twit": "~1.1.18",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"mongoose": "~3.8.19",
"express-handlebars": "~1.1.0",
"q": "^1.0.1",
"redis": "~0.12.1",
"franz-kafka": "~0.7.5",
"kafka-node": "~0.2.12"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/birkanu/MIT-DB-Class-FinalProject"
},
"keywords": [
"node",
"heroku",
"express",
"socket.io",
"d3.js"
],
"license": "MIT"
}