-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "tweets",
"version": "0.3.0",
"description": "Organize and have a personalised experience of tweets from you and users that you follow on twitter.",
"main": "app-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "cd client && npm install && npm run build",
"server": "node src/app-server.js",
"start": "concurrently \"npm run client\" \"npm run server\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/seainfo6250/project-beryl.git"
},
"author": "Harsha Vykunta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seainfo6250/project-beryl/issues"
},
"homepage": "https://github.com/seainfo6250/project-beryl#readme",
"dependencies": {
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"env2": "^2.2.0",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.12",
"mongoose-timestamp": "^0.6.0",
"request": "^2.85.0",
"twitter": "^1.7.1",
"twitter-text": "^2.0.4"
}
}