-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "pitcher",
"version": "1.0.0",
"description": "An image sharing web application, with additional features like video sharing, live video streaming, chat.\u001b[Dting",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ahmedfouzan/pitcher.git"
},
"keywords": [
"single page",
"single page application",
"application",
"image sharing",
"image sharing application",
"api",
"restful"
],
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"express": "^4.15.2",
"jsonwebtoken": "^7.3.0",
"neo4j-driver": "^1.2.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"request": "^2.81.0"
},
"authors": [
"Ahmed Fouzan <ahmedfouzan@gmail.com> (https://github.com/ahmedfouzan)",
"Mohammed Imran <imran4nov@gmail.com> (https://github.com/imran-14)",
"Heerak Agrawal <heerak.agrawal@gmail.com> (https://github.com/heerak23)"
],
"license": "MIT"
}