-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 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": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start" : "node app.js"
},
"author": "rohit suri",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.17.2",
"concat-stream": "^1.6.0",
"connect-ensure-login": "^0.1.1",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.4",
"fbgraph": "^1.4.1",
"fbgraphapi": "^0.5.0",
"https": "^1.0.0",
"mongoose": "^4.11.4",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.81.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rohit1576/CSINSITAPP.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/rohit1576/CSINSITAPP/issues"
},
"homepage": "https://github.com/rohit1576/CSINSITAPP#readme"
}