-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "twitterserver",
"version": "1.0.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dantetam/twitterServerAuth.git"
},
"author": "Dante Tam",
"license": "UNLICENSED",
"scripts": {
"start": "node --max-old-space-size=8192 app",
"watch": "nodemon app && mongod"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.2",
"connect-mongo": "^3.2.0",
"d3": "^4.13.0",
"d3-random": "^1.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"mongoose": "^5.11.8",
"mongoose-random": "^0.1.1",
"natural": "^0.5.6",
"nodemon": "^1.17.2",
"pug": "^2.0.3",
"repeat": "0.0.6",
"request": "^2.88.2",
"socket.io": "^2.0.4",
"textract": "^2.5.0"
},
"description": "Twitter NLP Server\r ============\r This is a node.js RESTful API served by express.js middleware, pug/jade templates, and a MongoDB/Mongoose schema and database.",
"bugs": {
"url": "https://github.com/dantetam/twitterServerAuth/issues"
},
"homepage": "https://github.com/dantetam/twitterServerAuth#readme",
"devDependencies": {},
"keywords": []
}