-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 826 Bytes
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": "nsitonline Adminforum",
"version": "1.0.0",
"description": "admin forum of nsitonline",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NSITonline/admin-forum"
},
"keywords": [
"MEAN",
"MVC"
],
"author": "nitin kumar <knitin917@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/NSITonline/admin-forum"
},
"homepage": "",
"dependencies": {
"body-parser": "^1.10.1",
"connect-flash": "^0.1.1",
"ejs": "^2.0.6",
"express": "^4.10.7",
"express-session": "^1.10.1",
"mongoose": "^3.8.21",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2"
}
}